Shades of Pale Turquoise #99FDF9
Tints of Pale Turquoise #99FDF9
RGB
CMYK
RGB Variations
Color information
#99FDF9 (or 0x99FDF9) is known color: Pale Turquoise. HEX triplet: 99, FD and F9. RGB value is (153,253,249). Sum of RGB (Red+Green+Blue) = 153+253+249=655 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.36% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDF9 is #660206. Grayscale: #DEDEDE. Windows color (decimal): -6685191 or 16383385. OLE color: 16383385.
HSL color Cylindrical-coordinate representation of color #99FDF9: hue angle of 177.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDF9 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 249 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.01 |
| HSL | 177.6º | 0.96% | 0.8% | - |
| HSV(B) | 177.6º | 0.4% | 0.99% | - |
| XYZ | 65.36 | 83.86 | 102.36 | - |
| YUV | 222.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 249 | 0.40 | 0 | 0.02 | 0.01 | 177.6 | 0.96 | 0.8 |
| Hex | 99 | FD | F9 | 28 | 0 | 2 | 1 | B2 | 60 | 50 |
| Octal | 231 | 375 | 371 | 50 | 0 | 2 | 1 | 262 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11111001 | 101000 | 0 | 10 | 1 | 10110010 | 1100000 | 1010000 |
Color Harmonies of #99FDF9
Complementary color
Monochromatic Colors of #99FDF9
Black with #99FDF9
Text Example
Text Example
White with #99FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDF9; }
p { color: rgb(153,253,249); }
H1.HeaderClassName
{
color: #99FDF9;
}
.AnyTagClassName
{
color: #99FDF9;
}
</style>
background-color css
<style>
a { background-color: #99FDF9; }
a { background-color: rgb(153,253,249); }
div.DivClassName
{
background-color: #99FDF9;
}
.BgClassName
{
background-color: #99FDF9;
}
</style>
border-color css
<style>
span { border-color: #99FDF9; }
span { border-color: rgb(153,253,249); }
td.TdClassName
{
border-color: #99FDF9;
}
.TagClassName
{
border-color: #99FDF9;
}
</style>