Shades of Pale Turquoise #99FEED
Tints of Pale Turquoise #99FEED
RGB
CMYK
RGB Variations
Color information
#99FEED (or 0x99FEED) is known color: Pale Turquoise. HEX triplet: 99, FE and ED. RGB value is (153,254,237). Sum of RGB (Red+Green+Blue) = 153+254+237=644 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.76% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEED is #660112. Grayscale: #DDDDDD. Windows color (decimal): -6684947 or 15597209. OLE color: 15597209.
HSL color Cylindrical-coordinate representation of color #99FEED: hue angle of 169.9º 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 #99FEED is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 237 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.00 |
| HSL | 169.9º | 0.98% | 0.8% | - |
| HSV(B) | 169.9º | 0.4% | 1% | - |
| XYZ | 63.86 | 83.77 | 92.92 | - |
| YUV | 221.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 237 | 0.40 | 0 | 0.07 | 0.00 | 169.9 | 0.98 | 0.8 |
| Hex | 99 | FE | ED | 28 | 0 | 7 | 0 | AA | 62 | 50 |
| Octal | 231 | 376 | 355 | 50 | 0 | 7 | 0 | 252 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11101101 | 101000 | 0 | 111 | 0 | 10101010 | 1100010 | 1010000 |
Color Harmonies of #99FEED
Complementary color
Monochromatic Colors of #99FEED
Black with #99FEED
Text Example
Text Example
White with #99FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEED; }
p { color: rgb(153,254,237); }
H1.HeaderClassName
{
color: #99FEED;
}
.AnyTagClassName
{
color: #99FEED;
}
</style>
background-color css
<style>
a { background-color: #99FEED; }
a { background-color: rgb(153,254,237); }
div.DivClassName
{
background-color: #99FEED;
}
.BgClassName
{
background-color: #99FEED;
}
</style>
border-color css
<style>
span { border-color: #99FEED; }
span { border-color: rgb(153,254,237); }
td.TdClassName
{
border-color: #99FEED;
}
.TagClassName
{
border-color: #99FEED;
}
</style>