Shades of Pale Turquoise #99FEF2
Tints of Pale Turquoise #99FEF2
RGB
CMYK
RGB Variations
Color information
#99FEF2 (or 0x99FEF2) is known color: Pale Turquoise. HEX triplet: 99, FE and F2. RGB value is (153,254,242). Sum of RGB (Red+Green+Blue) = 153+254+242=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEF2 is #66010D. Grayscale: #DEDEDE. Windows color (decimal): -6684942 or 15924889. OLE color: 15924889.
HSL color Cylindrical-coordinate representation of color #99FEF2: hue angle of 172.87º 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 #99FEF2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 242 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.00 |
| HSL | 172.87º | 0.98% | 0.8% | - |
| HSV(B) | 172.87º | 0.4% | 1% | - |
| XYZ | 64.61 | 84.07 | 96.83 | - |
| YUV | 222.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 242 | 0.40 | 0 | 0.05 | 0.00 | 172.87 | 0.98 | 0.8 |
| Hex | 99 | FE | F2 | 28 | 0 | 5 | 0 | AD | 62 | 50 |
| Octal | 231 | 376 | 362 | 50 | 0 | 5 | 0 | 255 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11110010 | 101000 | 0 | 101 | 0 | 10101101 | 1100010 | 1010000 |
Color Harmonies of #99FEF2
Complementary color
Monochromatic Colors of #99FEF2
Black with #99FEF2
Text Example
Text Example
White with #99FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEF2; }
p { color: rgb(153,254,242); }
H1.HeaderClassName
{
color: #99FEF2;
}
.AnyTagClassName
{
color: #99FEF2;
}
</style>
background-color css
<style>
a { background-color: #99FEF2; }
a { background-color: rgb(153,254,242); }
div.DivClassName
{
background-color: #99FEF2;
}
.BgClassName
{
background-color: #99FEF2;
}
</style>
border-color css
<style>
span { border-color: #99FEF2; }
span { border-color: rgb(153,254,242); }
td.TdClassName
{
border-color: #99FEF2;
}
.TagClassName
{
border-color: #99FEF2;
}
</style>