Shades of Pale Turquoise #99FFEE
Tints of Pale Turquoise #99FFEE
RGB
CMYK
RGB Variations
Color information
#99FFEE (or 0x99FFEE) is known color: Pale Turquoise. HEX triplet: 99, FF and EE. RGB value is (153,255,238). Sum of RGB (Red+Green+Blue) = 153+255+238=646 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.68% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFEE is #660011. Grayscale: #DEDEDE. Windows color (decimal): -6684690 or 15663001. OLE color: 15663001.
HSL color Cylindrical-coordinate representation of color #99FFEE: hue angle of 170º 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 #99FFEE is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 238 | - |
| CMYK | 0.4 | 0 | 0.07 | 0 |
| HSL | 170º | 1% | 0.8% | - |
| HSV(B) | 170º | 0.4% | 1% | - |
| XYZ | 64.33 | 84.47 | 93.8 | - |
| YUV | 222.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 238 | 0.4 | 0 | 0.07 | 0 | 170 | 1 | 0.8 |
| Hex | 99 | FF | EE | 28 | 0 | 7 | 0 | AA | 64 | 50 |
| Octal | 231 | 377 | 356 | 50 | 0 | 7 | 0 | 252 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11101110 | 101000 | 0 | 111 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #99FFEE
Complementary color
Monochromatic Colors of #99FFEE
Black with #99FFEE
Text Example
Text Example
White with #99FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFEE; }
p { color: rgb(153,255,238); }
H1.HeaderClassName
{
color: #99FFEE;
}
.AnyTagClassName
{
color: #99FFEE;
}
</style>
background-color css
<style>
a { background-color: #99FFEE; }
a { background-color: rgb(153,255,238); }
div.DivClassName
{
background-color: #99FFEE;
}
.BgClassName
{
background-color: #99FFEE;
}
</style>
border-color css
<style>
span { border-color: #99FFEE; }
span { border-color: rgb(153,255,238); }
td.TdClassName
{
border-color: #99FFEE;
}
.TagClassName
{
border-color: #99FFEE;
}
</style>