Shades of Pale Turquoise #99FEF6
Tints of Pale Turquoise #99FEF6
RGB
CMYK
RGB Variations
Color information
#99FEF6 (or 0x99FEF6) is known color: Pale Turquoise. HEX triplet: 99, FE and F6. RGB value is (153,254,246). Sum of RGB (Red+Green+Blue) = 153+254+246=653 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.43% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEF6 is #660109. Grayscale: #DEDEDE. Windows color (decimal): -6684938 or 16187033. OLE color: 16187033.
HSL color Cylindrical-coordinate representation of color #99FEF6: hue angle of 175.25º 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 #99FEF6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 246 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.00 |
| HSL | 175.25º | 0.98% | 0.8% | - |
| HSV(B) | 175.25º | 0.4% | 1% | - |
| XYZ | 65.21 | 84.31 | 100.03 | - |
| YUV | 222.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 246 | 0.40 | 0 | 0.03 | 0.00 | 175.25 | 0.98 | 0.8 |
| Hex | 99 | FE | F6 | 28 | 0 | 3 | 0 | AF | 62 | 50 |
| Octal | 231 | 376 | 366 | 50 | 0 | 3 | 0 | 257 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11110110 | 101000 | 0 | 11 | 0 | 10101111 | 1100010 | 1010000 |
Color Harmonies of #99FEF6
Complementary color
Monochromatic Colors of #99FEF6
Black with #99FEF6
Text Example
Text Example
White with #99FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEF6; }
p { color: rgb(153,254,246); }
H1.HeaderClassName
{
color: #99FEF6;
}
.AnyTagClassName
{
color: #99FEF6;
}
</style>
background-color css
<style>
a { background-color: #99FEF6; }
a { background-color: rgb(153,254,246); }
div.DivClassName
{
background-color: #99FEF6;
}
.BgClassName
{
background-color: #99FEF6;
}
</style>
border-color css
<style>
span { border-color: #99FEF6; }
span { border-color: rgb(153,254,246); }
td.TdClassName
{
border-color: #99FEF6;
}
.TagClassName
{
border-color: #99FEF6;
}
</style>