Shades of Pale Turquoise #9DF0EC
Tints of Pale Turquoise #9DF0EC
RGB
CMYK
RGB Variations
Color information
#9DF0EC (or 0x9DF0EC) is known color: Pale Turquoise. HEX triplet: 9D, F0 and EC. RGB value is (157,240,236). Sum of RGB (Red+Green+Blue) = 157+240+236=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0EC is #620F13. Grayscale: #D6D6D6. Windows color (decimal): -6426388 or 15528093. OLE color: 15528093.
HSL color Cylindrical-coordinate representation of color #9DF0EC: hue angle of 177.11º 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 #9DF0EC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 236 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.06 |
| HSL | 177.11º | 0.73% | 0.78% | - |
| HSV(B) | 177.11º | 0.35% | 0.94% | - |
| XYZ | 60.21 | 75.54 | 90.77 | - |
| YUV | 214.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 236 | 0.35 | 0 | 0.02 | 0.06 | 177.11 | 0.73 | 0.78 |
| Hex | 9D | F0 | EC | 23 | 0 | 2 | 6 | B1 | 49 | 4E |
| Octal | 235 | 360 | 354 | 43 | 0 | 2 | 6 | 261 | 111 | 116 |
| Binary | 10011101 | 11110000 | 11101100 | 100011 | 0 | 10 | 110 | 10110001 | 1001001 | 1001110 |
Color Harmonies of #9DF0EC
Complementary color
Monochromatic Colors of #9DF0EC
Black with #9DF0EC
Text Example
Text Example
White with #9DF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0EC; }
p { color: rgb(157,240,236); }
H1.HeaderClassName
{
color: #9DF0EC;
}
.AnyTagClassName
{
color: #9DF0EC;
}
</style>
background-color css
<style>
a { background-color: #9DF0EC; }
a { background-color: rgb(157,240,236); }
div.DivClassName
{
background-color: #9DF0EC;
}
.BgClassName
{
background-color: #9DF0EC;
}
</style>
border-color css
<style>
span { border-color: #9DF0EC; }
span { border-color: rgb(157,240,236); }
td.TdClassName
{
border-color: #9DF0EC;
}
.TagClassName
{
border-color: #9DF0EC;
}
</style>