Shades of Pale Turquoise #99FEE8
Tints of Pale Turquoise #99FEE8
RGB
CMYK
RGB Variations
Color information
#99FEE8 (or 0x99FEE8) is known color: Pale Turquoise. HEX triplet: 99, FE and E8. RGB value is (153,254,232). Sum of RGB (Red+Green+Blue) = 153+254+232=639 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.94% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEE8 is #660117. Grayscale: #DDDDDD. Windows color (decimal): -6684952 or 15269529. OLE color: 15269529.
HSL color Cylindrical-coordinate representation of color #99FEE8: hue angle of 166.93º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEE8 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 232 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.00 |
| HSL | 166.93º | 0.98% | 0.8% | - |
| HSV(B) | 166.93º | 0.4% | 1% | - |
| XYZ | 63.14 | 83.48 | 89.13 | - |
| YUV | 221.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 232 | 0.40 | 0 | 0.09 | 0.00 | 166.93 | 0.98 | 0.8 |
| Hex | 99 | FE | E8 | 28 | 0 | 9 | 0 | A7 | 62 | 50 |
| Octal | 231 | 376 | 350 | 50 | 0 | 11 | 0 | 247 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11101000 | 101000 | 0 | 1001 | 0 | 10100111 | 1100010 | 1010000 |
Color Harmonies of #99FEE8
Complementary color
Monochromatic Colors of #99FEE8
Black with #99FEE8
Text Example
Text Example
White with #99FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEE8; }
p { color: rgb(153,254,232); }
H1.HeaderClassName
{
color: #99FEE8;
}
.AnyTagClassName
{
color: #99FEE8;
}
</style>
background-color css
<style>
a { background-color: #99FEE8; }
a { background-color: rgb(153,254,232); }
div.DivClassName
{
background-color: #99FEE8;
}
.BgClassName
{
background-color: #99FEE8;
}
</style>
border-color css
<style>
span { border-color: #99FEE8; }
span { border-color: rgb(153,254,232); }
td.TdClassName
{
border-color: #99FEE8;
}
.TagClassName
{
border-color: #99FEE8;
}
</style>