Shades of Pale Turquoise #99FBE8
Tints of Pale Turquoise #99FBE8
RGB
CMYK
RGB Variations
Color information
#99FBE8 (or 0x99FBE8) is known color: Pale Turquoise. HEX triplet: 99, FB and E8. RGB value is (153,251,232). Sum of RGB (Red+Green+Blue) = 153+251+232=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBE8 is #660417. Grayscale: #DBDBDB. Windows color (decimal): -6685720 or 15268761. OLE color: 15268761.
HSL color Cylindrical-coordinate representation of color #99FBE8: hue angle of 168.37º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FBE8 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 232 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.02 |
| HSL | 168.37º | 0.92% | 0.79% | - |
| HSV(B) | 168.37º | 0.39% | 0.98% | - |
| XYZ | 62.2 | 81.59 | 88.81 | - |
| YUV | 219.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 232 | 0.39 | 0 | 0.08 | 0.02 | 168.37 | 0.92 | 0.79 |
| Hex | 99 | FB | E8 | 27 | 0 | 8 | 2 | A8 | 5C | 4F |
| Octal | 231 | 373 | 350 | 47 | 0 | 10 | 2 | 250 | 134 | 117 |
| Binary | 10011001 | 11111011 | 11101000 | 100111 | 0 | 1000 | 10 | 10101000 | 1011100 | 1001111 |
Color Harmonies of #99FBE8
Complementary color
Monochromatic Colors of #99FBE8
Black with #99FBE8
Text Example
Text Example
White with #99FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FBE8; }
p { color: rgb(153,251,232); }
H1.HeaderClassName
{
color: #99FBE8;
}
.AnyTagClassName
{
color: #99FBE8;
}
</style>
background-color css
<style>
a { background-color: #99FBE8; }
a { background-color: rgb(153,251,232); }
div.DivClassName
{
background-color: #99FBE8;
}
.BgClassName
{
background-color: #99FBE8;
}
</style>
border-color css
<style>
span { border-color: #99FBE8; }
span { border-color: rgb(153,251,232); }
td.TdClassName
{
border-color: #99FBE8;
}
.TagClassName
{
border-color: #99FBE8;
}
</style>