Shades of Pale Turquoise #9DECE2
Tints of Pale Turquoise #9DECE2
RGB
CMYK
RGB Variations
Color information
#9DECE2 (or 0x9DECE2) is known color: Pale Turquoise. HEX triplet: 9D, EC and E2. RGB value is (157,236,226). Sum of RGB (Red+Green+Blue) = 157+236+226=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECE2 is #62131D. Grayscale: #D3D3D3. Windows color (decimal): -6427422 or 14871709. OLE color: 14871709.
HSL color Cylindrical-coordinate representation of color #9DECE2: hue angle of 172.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECE2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 226 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.07 |
| HSL | 172.41º | 0.68% | 0.77% | - |
| HSV(B) | 172.41º | 0.33% | 0.93% | - |
| XYZ | 57.63 | 72.65 | 82.94 | - |
| YUV | 211.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 226 | 0.33 | 0 | 0.04 | 0.07 | 172.41 | 0.68 | 0.77 |
| Hex | 9D | EC | E2 | 21 | 0 | 4 | 7 | AC | 44 | 4D |
| Octal | 235 | 354 | 342 | 41 | 0 | 4 | 7 | 254 | 104 | 115 |
| Binary | 10011101 | 11101100 | 11100010 | 100001 | 0 | 100 | 111 | 10101100 | 1000100 | 1001101 |
Color Harmonies of #9DECE2
Complementary color
Monochromatic Colors of #9DECE2
Black with #9DECE2
Text Example
Text Example
White with #9DECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECE2; }
p { color: rgb(157,236,226); }
H1.HeaderClassName
{
color: #9DECE2;
}
.AnyTagClassName
{
color: #9DECE2;
}
</style>
background-color css
<style>
a { background-color: #9DECE2; }
a { background-color: rgb(157,236,226); }
div.DivClassName
{
background-color: #9DECE2;
}
.BgClassName
{
background-color: #9DECE2;
}
</style>
border-color css
<style>
span { border-color: #9DECE2; }
span { border-color: rgb(157,236,226); }
td.TdClassName
{
border-color: #9DECE2;
}
.TagClassName
{
border-color: #9DECE2;
}
</style>