Shades of Pale Turquoise #9DEEEC
Tints of Pale Turquoise #9DEEEC
RGB
CMYK
RGB Variations
Color information
#9DEEEC (or 0x9DEEEC) is known color: Pale Turquoise. HEX triplet: 9D, EE and EC. RGB value is (157,238,236). Sum of RGB (Red+Green+Blue) = 157+238+236=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEC is #621113. Grayscale: #D5D5D5. Windows color (decimal): -6426900 or 15527581. OLE color: 15527581.
HSL color Cylindrical-coordinate representation of color #9DEEEC: hue angle of 178.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEEC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 236 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 178.52º | 0.7% | 0.77% | - |
| HSV(B) | 178.52º | 0.34% | 0.93% | - |
| XYZ | 59.62 | 74.37 | 90.57 | - |
| YUV | 213.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 236 | 0.34 | 0 | 0.01 | 0.07 | 178.52 | 0.7 | 0.77 |
| Hex | 9D | EE | EC | 22 | 0 | 1 | 7 | B3 | 46 | 4D |
| Octal | 235 | 356 | 354 | 42 | 0 | 1 | 7 | 263 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11101100 | 100010 | 0 | 1 | 111 | 10110011 | 1000110 | 1001101 |
Color Harmonies of #9DEEEC
Complementary color
Monochromatic Colors of #9DEEEC
Black with #9DEEEC
Text Example
Text Example
White with #9DEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEEC; }
p { color: rgb(157,238,236); }
H1.HeaderClassName
{
color: #9DEEEC;
}
.AnyTagClassName
{
color: #9DEEEC;
}
</style>
background-color css
<style>
a { background-color: #9DEEEC; }
a { background-color: rgb(157,238,236); }
div.DivClassName
{
background-color: #9DEEEC;
}
.BgClassName
{
background-color: #9DEEEC;
}
</style>
border-color css
<style>
span { border-color: #9DEEEC; }
span { border-color: rgb(157,238,236); }
td.TdClassName
{
border-color: #9DEEEC;
}
.TagClassName
{
border-color: #9DEEEC;
}
</style>