Shades of Pale Turquoise #99FFEF
Tints of Pale Turquoise #99FFEF
RGB
CMYK
RGB Variations
Color information
#99FFEF (or 0x99FFEF) is known color: Pale Turquoise. HEX triplet: 99, FF and EF. RGB value is (153,255,239). Sum of RGB (Red+Green+Blue) = 153+255+239=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFEF is #660010. Grayscale: #DEDEDE. Windows color (decimal): -6684689 or 15728537. OLE color: 15728537.
HSL color Cylindrical-coordinate representation of color #99FFEF: hue angle of 170.59º 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 #99FFEF is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 239 | - |
| CMYK | 0.4 | 0 | 0.06 | 0 |
| HSL | 170.59º | 1% | 0.8% | - |
| HSV(B) | 170.59º | 0.4% | 1% | - |
| XYZ | 64.48 | 84.52 | 94.58 | - |
| YUV | 222.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 239 | 0.4 | 0 | 0.06 | 0 | 170.59 | 1 | 0.8 |
| Hex | 99 | FF | EF | 28 | 0 | 6 | 0 | AB | 64 | 50 |
| Octal | 231 | 377 | 357 | 50 | 0 | 6 | 0 | 253 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11101111 | 101000 | 0 | 110 | 0 | 10101011 | 1100100 | 1010000 |
Color Harmonies of #99FFEF
Complementary color
Monochromatic Colors of #99FFEF
Black with #99FFEF
Text Example
Text Example
White with #99FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFEF; }
p { color: rgb(153,255,239); }
H1.HeaderClassName
{
color: #99FFEF;
}
.AnyTagClassName
{
color: #99FFEF;
}
</style>
background-color css
<style>
a { background-color: #99FFEF; }
a { background-color: rgb(153,255,239); }
div.DivClassName
{
background-color: #99FFEF;
}
.BgClassName
{
background-color: #99FFEF;
}
</style>
border-color css
<style>
span { border-color: #99FFEF; }
span { border-color: rgb(153,255,239); }
td.TdClassName
{
border-color: #99FFEF;
}
.TagClassName
{
border-color: #99FFEF;
}
</style>