Shades of Pale Turquoise #9FF2EE
Tints of Pale Turquoise #9FF2EE
RGB
CMYK
RGB Variations
Color information
#9FF2EE (or 0x9FF2EE) is known color: Pale Turquoise. HEX triplet: 9F, F2 and EE. RGB value is (159,242,238). Sum of RGB (Red+Green+Blue) = 159+242+238=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2EE is #600D11. Grayscale: #D8D8D8. Windows color (decimal): -6294802 or 15659679. OLE color: 15659679.
HSL color Cylindrical-coordinate representation of color #9FF2EE: hue angle of 177.11º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2EE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 238 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.05 |
| HSL | 177.11º | 0.76% | 0.79% | - |
| HSV(B) | 177.11º | 0.34% | 0.95% | - |
| XYZ | 61.48 | 77.05 | 92.52 | - |
| YUV | 216.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 238 | 0.34 | 0 | 0.02 | 0.05 | 177.11 | 0.76 | 0.79 |
| Hex | 9F | F2 | EE | 22 | 0 | 2 | 5 | B1 | 4C | 4F |
| Octal | 237 | 362 | 356 | 42 | 0 | 2 | 5 | 261 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11101110 | 100010 | 0 | 10 | 101 | 10110001 | 1001100 | 1001111 |
Color Harmonies of #9FF2EE
Complementary color
Monochromatic Colors of #9FF2EE
Black with #9FF2EE
Text Example
Text Example
White with #9FF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2EE; }
p { color: rgb(159,242,238); }
H1.HeaderClassName
{
color: #9FF2EE;
}
.AnyTagClassName
{
color: #9FF2EE;
}
</style>
background-color css
<style>
a { background-color: #9FF2EE; }
a { background-color: rgb(159,242,238); }
div.DivClassName
{
background-color: #9FF2EE;
}
.BgClassName
{
background-color: #9FF2EE;
}
</style>
border-color css
<style>
span { border-color: #9FF2EE; }
span { border-color: rgb(159,242,238); }
td.TdClassName
{
border-color: #9FF2EE;
}
.TagClassName
{
border-color: #9FF2EE;
}
</style>