Shades of Pale Turquoise #99FFF9
Tints of Pale Turquoise #99FFF9
RGB
CMYK
RGB Variations
Color information
#99FFF9 (or 0x99FFF9) is known color: Pale Turquoise. HEX triplet: 99, FF and F9. RGB value is (153,255,249). Sum of RGB (Red+Green+Blue) = 153+255+249=657 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.29% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFF9 is #660006. Grayscale: #DFDFDF. Windows color (decimal): -6684679 or 16383897. OLE color: 16383897.
HSL color Cylindrical-coordinate representation of color #99FFF9: hue angle of 176.47º 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 #99FFF9 is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 249 | - |
| CMYK | 0.4 | 0 | 0.02 | 0 |
| HSL | 176.47º | 1% | 0.8% | - |
| HSV(B) | 176.47º | 0.4% | 1% | - |
| XYZ | 66 | 85.13 | 102.58 | - |
| YUV | 223.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 249 | 0.4 | 0 | 0.02 | 0 | 176.47 | 1 | 0.8 |
| Hex | 99 | FF | F9 | 28 | 0 | 2 | 0 | B0 | 64 | 50 |
| Octal | 231 | 377 | 371 | 50 | 0 | 2 | 0 | 260 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11111001 | 101000 | 0 | 10 | 0 | 10110000 | 1100100 | 1010000 |
Color Harmonies of #99FFF9
Complementary color
Monochromatic Colors of #99FFF9
Black with #99FFF9
Text Example
Text Example
White with #99FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFF9; }
p { color: rgb(153,255,249); }
H1.HeaderClassName
{
color: #99FFF9;
}
.AnyTagClassName
{
color: #99FFF9;
}
</style>
background-color css
<style>
a { background-color: #99FFF9; }
a { background-color: rgb(153,255,249); }
div.DivClassName
{
background-color: #99FFF9;
}
.BgClassName
{
background-color: #99FFF9;
}
</style>
border-color css
<style>
span { border-color: #99FFF9; }
span { border-color: rgb(153,255,249); }
td.TdClassName
{
border-color: #99FFF9;
}
.TagClassName
{
border-color: #99FFF9;
}
</style>