Shades of Pale Turquoise #9FF2EF
Tints of Pale Turquoise #9FF2EF
RGB
CMYK
RGB Variations
Color information
#9FF2EF (or 0x9FF2EF) is known color: Pale Turquoise. HEX triplet: 9F, F2 and EF. RGB value is (159,242,239). Sum of RGB (Red+Green+Blue) = 159+242+239=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2EF is #600D10. Grayscale: #D8D8D8. Windows color (decimal): -6294801 or 15725215. OLE color: 15725215.
HSL color Cylindrical-coordinate representation of color #9FF2EF: hue angle of 177.83º 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 #9FF2EF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 239 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.05 |
| HSL | 177.83º | 0.76% | 0.79% | - |
| HSV(B) | 177.83º | 0.34% | 0.95% | - |
| XYZ | 61.63 | 77.11 | 93.3 | - |
| YUV | 216.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 239 | 0.34 | 0 | 0.01 | 0.05 | 177.83 | 0.76 | 0.79 |
| Hex | 9F | F2 | EF | 22 | 0 | 1 | 5 | B2 | 4C | 4F |
| Octal | 237 | 362 | 357 | 42 | 0 | 1 | 5 | 262 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11101111 | 100010 | 0 | 1 | 101 | 10110010 | 1001100 | 1001111 |
Color Harmonies of #9FF2EF
Complementary color
Monochromatic Colors of #9FF2EF
Black with #9FF2EF
Text Example
Text Example
White with #9FF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2EF; }
p { color: rgb(159,242,239); }
H1.HeaderClassName
{
color: #9FF2EF;
}
.AnyTagClassName
{
color: #9FF2EF;
}
</style>
background-color css
<style>
a { background-color: #9FF2EF; }
a { background-color: rgb(159,242,239); }
div.DivClassName
{
background-color: #9FF2EF;
}
.BgClassName
{
background-color: #9FF2EF;
}
</style>
border-color css
<style>
span { border-color: #9FF2EF; }
span { border-color: rgb(159,242,239); }
td.TdClassName
{
border-color: #9FF2EF;
}
.TagClassName
{
border-color: #9FF2EF;
}
</style>