Shades of Pale Turquoise #99FFEA
Tints of Pale Turquoise #99FFEA
RGB
CMYK
RGB Variations
Color information
#99FFEA (or 0x99FFEA) is known color: Pale Turquoise. HEX triplet: 99, FF and EA. RGB value is (153,255,234). Sum of RGB (Red+Green+Blue) = 153+255+234=642 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.83% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFEA is #660015. Grayscale: #DEDEDE. Windows color (decimal): -6684694 or 15400857. OLE color: 15400857.
HSL color Cylindrical-coordinate representation of color #99FFEA: hue angle of 167.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFEA is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 234 | - |
| CMYK | 0.4 | 0 | 0.08 | 0 |
| HSL | 167.65º | 1% | 0.8% | - |
| HSV(B) | 167.65º | 0.4% | 1% | - |
| XYZ | 63.75 | 84.23 | 90.74 | - |
| YUV | 222.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 234 | 0.4 | 0 | 0.08 | 0 | 167.65 | 1 | 0.8 |
| Hex | 99 | FF | EA | 28 | 0 | 8 | 0 | A8 | 64 | 50 |
| Octal | 231 | 377 | 352 | 50 | 0 | 10 | 0 | 250 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11101010 | 101000 | 0 | 1000 | 0 | 10101000 | 1100100 | 1010000 |
Color Harmonies of #99FFEA
Complementary color
Monochromatic Colors of #99FFEA
Black with #99FFEA
Text Example
Text Example
White with #99FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFEA; }
p { color: rgb(153,255,234); }
H1.HeaderClassName
{
color: #99FFEA;
}
.AnyTagClassName
{
color: #99FFEA;
}
</style>
background-color css
<style>
a { background-color: #99FFEA; }
a { background-color: rgb(153,255,234); }
div.DivClassName
{
background-color: #99FFEA;
}
.BgClassName
{
background-color: #99FFEA;
}
</style>
border-color css
<style>
span { border-color: #99FFEA; }
span { border-color: rgb(153,255,234); }
td.TdClassName
{
border-color: #99FFEA;
}
.TagClassName
{
border-color: #99FFEA;
}
</style>