Shades of Pale Turquoise #9FFAEE
Tints of Pale Turquoise #9FFAEE
RGB
CMYK
RGB Variations
Color information
#9FFAEE (or 0x9FFAEE) is known color: Pale Turquoise. HEX triplet: 9F, FA and EE. RGB value is (159,250,238). Sum of RGB (Red+Green+Blue) = 159+250+238=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAEE is #600511. Grayscale: #DDDDDD. Windows color (decimal): -6292754 or 15661727. OLE color: 15661727.
HSL color Cylindrical-coordinate representation of color #9FFAEE: hue angle of 172.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAEE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 238 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.02 |
| HSL | 172.09º | 0.9% | 0.8% | - |
| HSV(B) | 172.09º | 0.36% | 0.98% | - |
| XYZ | 63.92 | 81.92 | 93.33 | - |
| YUV | 221.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 238 | 0.36 | 0 | 0.05 | 0.02 | 172.09 | 0.9 | 0.8 |
| Hex | 9F | FA | EE | 24 | 0 | 5 | 2 | AC | 5A | 50 |
| Octal | 237 | 372 | 356 | 44 | 0 | 5 | 2 | 254 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11101110 | 100100 | 0 | 101 | 10 | 10101100 | 1011010 | 1010000 |
Color Harmonies of #9FFAEE
Complementary color
Monochromatic Colors of #9FFAEE
Black with #9FFAEE
Text Example
Text Example
White with #9FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAEE; }
p { color: rgb(159,250,238); }
H1.HeaderClassName
{
color: #9FFAEE;
}
.AnyTagClassName
{
color: #9FFAEE;
}
</style>
background-color css
<style>
a { background-color: #9FFAEE; }
a { background-color: rgb(159,250,238); }
div.DivClassName
{
background-color: #9FFAEE;
}
.BgClassName
{
background-color: #9FFAEE;
}
</style>
border-color css
<style>
span { border-color: #9FFAEE; }
span { border-color: rgb(159,250,238); }
td.TdClassName
{
border-color: #9FFAEE;
}
.TagClassName
{
border-color: #9FFAEE;
}
</style>