Shades of Pale Turquoise #99FFED
Tints of Pale Turquoise #99FFED
RGB
CMYK
RGB Variations
Color information
#99FFED (or 0x99FFED) is known color: Pale Turquoise. HEX triplet: 99, FF and ED. RGB value is (153,255,237). Sum of RGB (Red+Green+Blue) = 153+255+237=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFED is #660012. Grayscale: #DEDEDE. Windows color (decimal): -6684691 or 15597465. OLE color: 15597465.
HSL color Cylindrical-coordinate representation of color #99FFED: hue angle of 169.41º 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 #99FFED is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 237 | - |
| CMYK | 0.4 | 0 | 0.07 | 0 |
| HSL | 169.41º | 1% | 0.8% | - |
| HSV(B) | 169.41º | 0.4% | 1% | - |
| XYZ | 64.18 | 84.41 | 93.03 | - |
| YUV | 222.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 237 | 0.4 | 0 | 0.07 | 0 | 169.41 | 1 | 0.8 |
| Hex | 99 | FF | ED | 28 | 0 | 7 | 0 | A9 | 64 | 50 |
| Octal | 231 | 377 | 355 | 50 | 0 | 7 | 0 | 251 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11101101 | 101000 | 0 | 111 | 0 | 10101001 | 1100100 | 1010000 |
Color Harmonies of #99FFED
Complementary color
Monochromatic Colors of #99FFED
Black with #99FFED
Text Example
Text Example
White with #99FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFED; }
p { color: rgb(153,255,237); }
H1.HeaderClassName
{
color: #99FFED;
}
.AnyTagClassName
{
color: #99FFED;
}
</style>
background-color css
<style>
a { background-color: #99FFED; }
a { background-color: rgb(153,255,237); }
div.DivClassName
{
background-color: #99FFED;
}
.BgClassName
{
background-color: #99FFED;
}
</style>
border-color css
<style>
span { border-color: #99FFED; }
span { border-color: rgb(153,255,237); }
td.TdClassName
{
border-color: #99FFED;
}
.TagClassName
{
border-color: #99FFED;
}
</style>