Shades of Pale Turquoise #9BEFE8
Tints of Pale Turquoise #9BEFE8
RGB
CMYK
RGB Variations
Color information
#9BEFE8 (or 0x9BEFE8) is known color: Pale Turquoise. HEX triplet: 9B, EF and E8. RGB value is (155,239,232). Sum of RGB (Red+Green+Blue) = 155+239+232=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFE8 is #641017. Grayscale: #D5D5D5. Windows color (decimal): -6557720 or 15265691. OLE color: 15265691.
HSL color Cylindrical-coordinate representation of color #9BEFE8: hue angle of 175º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFE8 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 232 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.06 |
| HSL | 175º | 0.72% | 0.77% | - |
| HSV(B) | 175º | 0.35% | 0.94% | - |
| XYZ | 58.95 | 74.53 | 87.62 | - |
| YUV | 213.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 232 | 0.35 | 0 | 0.03 | 0.06 | 175 | 0.72 | 0.77 |
| Hex | 9B | EF | E8 | 23 | 0 | 3 | 6 | AF | 48 | 4D |
| Octal | 233 | 357 | 350 | 43 | 0 | 3 | 6 | 257 | 110 | 115 |
| Binary | 10011011 | 11101111 | 11101000 | 100011 | 0 | 11 | 110 | 10101111 | 1001000 | 1001101 |
Color Harmonies of #9BEFE8
Complementary color
Monochromatic Colors of #9BEFE8
Black with #9BEFE8
Text Example
Text Example
White with #9BEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFE8; }
p { color: rgb(155,239,232); }
H1.HeaderClassName
{
color: #9BEFE8;
}
.AnyTagClassName
{
color: #9BEFE8;
}
</style>
background-color css
<style>
a { background-color: #9BEFE8; }
a { background-color: rgb(155,239,232); }
div.DivClassName
{
background-color: #9BEFE8;
}
.BgClassName
{
background-color: #9BEFE8;
}
</style>
border-color css
<style>
span { border-color: #9BEFE8; }
span { border-color: rgb(155,239,232); }
td.TdClassName
{
border-color: #9BEFE8;
}
.TagClassName
{
border-color: #9BEFE8;
}
</style>