Shades of Pale Turquoise #9DF6EC
Tints of Pale Turquoise #9DF6EC
RGB
CMYK
RGB Variations
Color information
#9DF6EC (or 0x9DF6EC) is known color: Pale Turquoise. HEX triplet: 9D, F6 and EC. RGB value is (157,246,236). Sum of RGB (Red+Green+Blue) = 157+246+236=639 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.57% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF6EC is #620913. Grayscale: #DADADA. Windows color (decimal): -6424852 or 15529629. OLE color: 15529629.
HSL color Cylindrical-coordinate representation of color #9DF6EC: hue angle of 173.26º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF6EC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 236 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.04 |
| HSL | 173.26º | 0.83% | 0.79% | - |
| HSV(B) | 173.26º | 0.36% | 0.96% | - |
| XYZ | 62 | 79.14 | 91.36 | - |
| YUV | 218.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 236 | 0.36 | 0 | 0.04 | 0.04 | 173.26 | 0.83 | 0.79 |
| Hex | 9D | F6 | EC | 24 | 0 | 4 | 4 | AD | 53 | 4F |
| Octal | 235 | 366 | 354 | 44 | 0 | 4 | 4 | 255 | 123 | 117 |
| Binary | 10011101 | 11110110 | 11101100 | 100100 | 0 | 100 | 100 | 10101101 | 1010011 | 1001111 |
Color Harmonies of #9DF6EC
Complementary color
Monochromatic Colors of #9DF6EC
Black with #9DF6EC
Text Example
Text Example
White with #9DF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF6EC; }
p { color: rgb(157,246,236); }
H1.HeaderClassName
{
color: #9DF6EC;
}
.AnyTagClassName
{
color: #9DF6EC;
}
</style>
background-color css
<style>
a { background-color: #9DF6EC; }
a { background-color: rgb(157,246,236); }
div.DivClassName
{
background-color: #9DF6EC;
}
.BgClassName
{
background-color: #9DF6EC;
}
</style>
border-color css
<style>
span { border-color: #9DF6EC; }
span { border-color: rgb(157,246,236); }
td.TdClassName
{
border-color: #9DF6EC;
}
.TagClassName
{
border-color: #9DF6EC;
}
</style>