Shades of Pale Turquoise #9FF0ED
Tints of Pale Turquoise #9FF0ED
RGB
CMYK
RGB Variations
Color information
#9FF0ED (or 0x9FF0ED) is known color: Pale Turquoise. HEX triplet: 9F, F0 and ED. RGB value is (159,240,237). Sum of RGB (Red+Green+Blue) = 159+240+237=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF0ED is #600F12. Grayscale: #D7D7D7. Windows color (decimal): -6295315 or 15593631. OLE color: 15593631.
HSL color Cylindrical-coordinate representation of color #9FF0ED: hue angle of 177.78º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0ED is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 237 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.06 |
| HSL | 177.78º | 0.73% | 0.78% | - |
| HSV(B) | 177.78º | 0.34% | 0.94% | - |
| XYZ | 60.74 | 75.81 | 91.55 | - |
| YUV | 215.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 237 | 0.34 | 0 | 0.01 | 0.06 | 177.78 | 0.73 | 0.78 |
| Hex | 9F | F0 | ED | 22 | 0 | 1 | 6 | B2 | 49 | 4E |
| Octal | 237 | 360 | 355 | 42 | 0 | 1 | 6 | 262 | 111 | 116 |
| Binary | 10011111 | 11110000 | 11101101 | 100010 | 0 | 1 | 110 | 10110010 | 1001001 | 1001110 |
Color Harmonies of #9FF0ED
Complementary color
Monochromatic Colors of #9FF0ED
Black with #9FF0ED
Text Example
Text Example
White with #9FF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0ED; }
p { color: rgb(159,240,237); }
H1.HeaderClassName
{
color: #9FF0ED;
}
.AnyTagClassName
{
color: #9FF0ED;
}
</style>
background-color css
<style>
a { background-color: #9FF0ED; }
a { background-color: rgb(159,240,237); }
div.DivClassName
{
background-color: #9FF0ED;
}
.BgClassName
{
background-color: #9FF0ED;
}
</style>
border-color css
<style>
span { border-color: #9FF0ED; }
span { border-color: rgb(159,240,237); }
td.TdClassName
{
border-color: #9FF0ED;
}
.TagClassName
{
border-color: #9FF0ED;
}
</style>