Shades of Pale Turquoise #9DEDE8
Tints of Pale Turquoise #9DEDE8
RGB
CMYK
RGB Variations
Color information
#9DEDE8 (or 0x9DEDE8) is known color: Pale Turquoise. HEX triplet: 9D, ED and E8. RGB value is (157,237,232). Sum of RGB (Red+Green+Blue) = 157+237+232=626 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.08% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDE8 is #621217. Grayscale: #D4D4D4. Windows color (decimal): -6427160 or 15265181. OLE color: 15265181.
HSL color Cylindrical-coordinate representation of color #9DEDE8: hue angle of 176.25º degrees, saturation: 0.69, 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 #9DEDE8 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 232 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.07 |
| HSL | 176.25º | 0.69% | 0.77% | - |
| HSV(B) | 176.25º | 0.34% | 0.93% | - |
| XYZ | 58.75 | 73.56 | 87.45 | - |
| YUV | 212.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 232 | 0.34 | 0 | 0.02 | 0.07 | 176.25 | 0.69 | 0.77 |
| Hex | 9D | ED | E8 | 22 | 0 | 2 | 7 | B0 | 45 | 4D |
| Octal | 235 | 355 | 350 | 42 | 0 | 2 | 7 | 260 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11101000 | 100010 | 0 | 10 | 111 | 10110000 | 1000101 | 1001101 |
Color Harmonies of #9DEDE8
Complementary color
Monochromatic Colors of #9DEDE8
Black with #9DEDE8
Text Example
Text Example
White with #9DEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDE8; }
p { color: rgb(157,237,232); }
H1.HeaderClassName
{
color: #9DEDE8;
}
.AnyTagClassName
{
color: #9DEDE8;
}
</style>
background-color css
<style>
a { background-color: #9DEDE8; }
a { background-color: rgb(157,237,232); }
div.DivClassName
{
background-color: #9DEDE8;
}
.BgClassName
{
background-color: #9DEDE8;
}
</style>
border-color css
<style>
span { border-color: #9DEDE8; }
span { border-color: rgb(157,237,232); }
td.TdClassName
{
border-color: #9DEDE8;
}
.TagClassName
{
border-color: #9DEDE8;
}
</style>