Shades of Pale Turquoise #9DF0EF
Tints of Pale Turquoise #9DF0EF
RGB
CMYK
RGB Variations
Color information
#9DF0EF (or 0x9DF0EF) is known color: Pale Turquoise. HEX triplet: 9D, F0 and EF. RGB value is (157,240,239). Sum of RGB (Red+Green+Blue) = 157+240+239=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0EF is #620F10. Grayscale: #D6D6D6. Windows color (decimal): -6426385 or 15724701. OLE color: 15724701.
HSL color Cylindrical-coordinate representation of color #9DF0EF: hue angle of 179.28º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0EF is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 239 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.06 |
| HSL | 179.28º | 0.73% | 0.78% | - |
| HSV(B) | 179.28º | 0.35% | 0.94% | - |
| XYZ | 60.64 | 75.72 | 93.08 | - |
| YUV | 215.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 239 | 0.35 | 0 | 0.00 | 0.06 | 179.28 | 0.73 | 0.78 |
| Hex | 9D | F0 | EF | 23 | 0 | 0 | 6 | B3 | 49 | 4E |
| Octal | 235 | 360 | 357 | 43 | 0 | 0 | 6 | 263 | 111 | 116 |
| Binary | 10011101 | 11110000 | 11101111 | 100011 | 0 | 0 | 110 | 10110011 | 1001001 | 1001110 |
Color Harmonies of #9DF0EF
Complementary color
Monochromatic Colors of #9DF0EF
Black with #9DF0EF
Text Example
Text Example
White with #9DF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0EF; }
p { color: rgb(157,240,239); }
H1.HeaderClassName
{
color: #9DF0EF;
}
.AnyTagClassName
{
color: #9DF0EF;
}
</style>
background-color css
<style>
a { background-color: #9DF0EF; }
a { background-color: rgb(157,240,239); }
div.DivClassName
{
background-color: #9DF0EF;
}
.BgClassName
{
background-color: #9DF0EF;
}
</style>
border-color css
<style>
span { border-color: #9DF0EF; }
span { border-color: rgb(157,240,239); }
td.TdClassName
{
border-color: #9DF0EF;
}
.TagClassName
{
border-color: #9DF0EF;
}
</style>