Shades of Pale Turquoise #9FF2ED
Tints of Pale Turquoise #9FF2ED
RGB
CMYK
RGB Variations
Color information
#9FF2ED (or 0x9FF2ED) is known color: Pale Turquoise. HEX triplet: 9F, F2 and ED. RGB value is (159,242,237). Sum of RGB (Red+Green+Blue) = 159+242+237=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2ED is #600D12. Grayscale: #D8D8D8. Windows color (decimal): -6294803 or 15594143. OLE color: 15594143.
HSL color Cylindrical-coordinate representation of color #9FF2ED: hue angle of 176.39º 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 #9FF2ED is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 237 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.05 |
| HSL | 176.39º | 0.76% | 0.79% | - |
| HSV(B) | 176.39º | 0.34% | 0.95% | - |
| XYZ | 61.34 | 76.99 | 91.75 | - |
| YUV | 216.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 237 | 0.34 | 0 | 0.02 | 0.05 | 176.39 | 0.76 | 0.79 |
| Hex | 9F | F2 | ED | 22 | 0 | 2 | 5 | B0 | 4C | 4F |
| Octal | 237 | 362 | 355 | 42 | 0 | 2 | 5 | 260 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11101101 | 100010 | 0 | 10 | 101 | 10110000 | 1001100 | 1001111 |
Color Harmonies of #9FF2ED
Complementary color
Monochromatic Colors of #9FF2ED
Black with #9FF2ED
Text Example
Text Example
White with #9FF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2ED; }
p { color: rgb(159,242,237); }
H1.HeaderClassName
{
color: #9FF2ED;
}
.AnyTagClassName
{
color: #9FF2ED;
}
</style>
background-color css
<style>
a { background-color: #9FF2ED; }
a { background-color: rgb(159,242,237); }
div.DivClassName
{
background-color: #9FF2ED;
}
.BgClassName
{
background-color: #9FF2ED;
}
</style>
border-color css
<style>
span { border-color: #9FF2ED; }
span { border-color: rgb(159,242,237); }
td.TdClassName
{
border-color: #9FF2ED;
}
.TagClassName
{
border-color: #9FF2ED;
}
</style>