Shades of Pale Turquoise #9FF2EA
Tints of Pale Turquoise #9FF2EA
RGB
CMYK
RGB Variations
Color information
#9FF2EA (or 0x9FF2EA) is known color: Pale Turquoise. HEX triplet: 9F, F2 and EA. RGB value is (159,242,234). Sum of RGB (Red+Green+Blue) = 159+242+234=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2EA is #600D15. Grayscale: #D8D8D8. Windows color (decimal): -6294806 or 15397535. OLE color: 15397535.
HSL color Cylindrical-coordinate representation of color #9FF2EA: hue angle of 174.22º 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 #9FF2EA is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 234 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.05 |
| HSL | 174.22º | 0.76% | 0.79% | - |
| HSV(B) | 174.22º | 0.34% | 0.95% | - |
| XYZ | 60.9 | 76.82 | 89.46 | - |
| YUV | 216.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 234 | 0.34 | 0 | 0.03 | 0.05 | 174.22 | 0.76 | 0.79 |
| Hex | 9F | F2 | EA | 22 | 0 | 3 | 5 | AE | 4C | 4F |
| Octal | 237 | 362 | 352 | 42 | 0 | 3 | 5 | 256 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11101010 | 100010 | 0 | 11 | 101 | 10101110 | 1001100 | 1001111 |
Color Harmonies of #9FF2EA
Complementary color
Monochromatic Colors of #9FF2EA
Black with #9FF2EA
Text Example
Text Example
White with #9FF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2EA; }
p { color: rgb(159,242,234); }
H1.HeaderClassName
{
color: #9FF2EA;
}
.AnyTagClassName
{
color: #9FF2EA;
}
</style>
background-color css
<style>
a { background-color: #9FF2EA; }
a { background-color: rgb(159,242,234); }
div.DivClassName
{
background-color: #9FF2EA;
}
.BgClassName
{
background-color: #9FF2EA;
}
</style>
border-color css
<style>
span { border-color: #9FF2EA; }
span { border-color: rgb(159,242,234); }
td.TdClassName
{
border-color: #9FF2EA;
}
.TagClassName
{
border-color: #9FF2EA;
}
</style>