Shades of Pale Turquoise #9DEDE5
Tints of Pale Turquoise #9DEDE5
RGB
CMYK
RGB Variations
Color information
#9DEDE5 (or 0x9DEDE5) is known color: Pale Turquoise. HEX triplet: 9D, ED and E5. RGB value is (157,237,229). Sum of RGB (Red+Green+Blue) = 157+237+229=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDE5 is #62121A. Grayscale: #D4D4D4. Windows color (decimal): -6427163 or 15068573. OLE color: 15068573.
HSL color Cylindrical-coordinate representation of color #9DEDE5: hue angle of 174º 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 #9DEDE5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 229 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.07 |
| HSL | 174º | 0.69% | 0.77% | - |
| HSV(B) | 174º | 0.34% | 0.93% | - |
| XYZ | 58.33 | 73.39 | 85.22 | - |
| YUV | 212.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 229 | 0.34 | 0 | 0.03 | 0.07 | 174 | 0.69 | 0.77 |
| Hex | 9D | ED | E5 | 22 | 0 | 3 | 7 | AE | 45 | 4D |
| Octal | 235 | 355 | 345 | 42 | 0 | 3 | 7 | 256 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11100101 | 100010 | 0 | 11 | 111 | 10101110 | 1000101 | 1001101 |
Color Harmonies of #9DEDE5
Complementary color
Monochromatic Colors of #9DEDE5
Black with #9DEDE5
Text Example
Text Example
White with #9DEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDE5; }
p { color: rgb(157,237,229); }
H1.HeaderClassName
{
color: #9DEDE5;
}
.AnyTagClassName
{
color: #9DEDE5;
}
</style>
background-color css
<style>
a { background-color: #9DEDE5; }
a { background-color: rgb(157,237,229); }
div.DivClassName
{
background-color: #9DEDE5;
}
.BgClassName
{
background-color: #9DEDE5;
}
</style>
border-color css
<style>
span { border-color: #9DEDE5; }
span { border-color: rgb(157,237,229); }
td.TdClassName
{
border-color: #9DEDE5;
}
.TagClassName
{
border-color: #9DEDE5;
}
</style>