Shades of Pale Turquoise #99FEEA
Tints of Pale Turquoise #99FEEA
RGB
CMYK
RGB Variations
Color information
#99FEEA (or 0x99FEEA) is known color: Pale Turquoise. HEX triplet: 99, FE and EA. RGB value is (153,254,234). Sum of RGB (Red+Green+Blue) = 153+254+234=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEEA is #660115. Grayscale: #DDDDDD. Windows color (decimal): -6684950 or 15400601. OLE color: 15400601.
HSL color Cylindrical-coordinate representation of color #99FEEA: hue angle of 168.12º 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 #99FEEA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 234 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.00 |
| HSL | 168.12º | 0.98% | 0.8% | - |
| HSV(B) | 168.12º | 0.4% | 1% | - |
| XYZ | 63.43 | 83.6 | 90.63 | - |
| YUV | 221.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 234 | 0.40 | 0 | 0.08 | 0.00 | 168.12 | 0.98 | 0.8 |
| Hex | 99 | FE | EA | 28 | 0 | 8 | 0 | A8 | 62 | 50 |
| Octal | 231 | 376 | 352 | 50 | 0 | 10 | 0 | 250 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11101010 | 101000 | 0 | 1000 | 0 | 10101000 | 1100010 | 1010000 |
Color Harmonies of #99FEEA
Complementary color
Monochromatic Colors of #99FEEA
Black with #99FEEA
Text Example
Text Example
White with #99FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEEA; }
p { color: rgb(153,254,234); }
H1.HeaderClassName
{
color: #99FEEA;
}
.AnyTagClassName
{
color: #99FEEA;
}
</style>
background-color css
<style>
a { background-color: #99FEEA; }
a { background-color: rgb(153,254,234); }
div.DivClassName
{
background-color: #99FEEA;
}
.BgClassName
{
background-color: #99FEEA;
}
</style>
border-color css
<style>
span { border-color: #99FEEA; }
span { border-color: rgb(153,254,234); }
td.TdClassName
{
border-color: #99FEEA;
}
.TagClassName
{
border-color: #99FEEA;
}
</style>