Shades of Pale Turquoise #9DEDE9
Tints of Pale Turquoise #9DEDE9
RGB
CMYK
RGB Variations
Color information
#9DEDE9 (or 0x9DEDE9) is known color: Pale Turquoise. HEX triplet: 9D, ED and E9. RGB value is (157,237,233). Sum of RGB (Red+Green+Blue) = 157+237+233=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDE9 is #621216. Grayscale: #D4D4D4. Windows color (decimal): -6427159 or 15330717. OLE color: 15330717.
HSL color Cylindrical-coordinate representation of color #9DEDE9: hue angle of 177º 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 #9DEDE9 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 233 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.07 |
| HSL | 177º | 0.69% | 0.77% | - |
| HSV(B) | 177º | 0.34% | 0.93% | - |
| XYZ | 58.9 | 73.62 | 88.2 | - |
| YUV | 212.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 233 | 0.34 | 0 | 0.02 | 0.07 | 177 | 0.69 | 0.77 |
| Hex | 9D | ED | E9 | 22 | 0 | 2 | 7 | B1 | 45 | 4D |
| Octal | 235 | 355 | 351 | 42 | 0 | 2 | 7 | 261 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11101001 | 100010 | 0 | 10 | 111 | 10110001 | 1000101 | 1001101 |
Color Harmonies of #9DEDE9
Complementary color
Monochromatic Colors of #9DEDE9
Black with #9DEDE9
Text Example
Text Example
White with #9DEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDE9; }
p { color: rgb(157,237,233); }
H1.HeaderClassName
{
color: #9DEDE9;
}
.AnyTagClassName
{
color: #9DEDE9;
}
</style>
background-color css
<style>
a { background-color: #9DEDE9; }
a { background-color: rgb(157,237,233); }
div.DivClassName
{
background-color: #9DEDE9;
}
.BgClassName
{
background-color: #9DEDE9;
}
</style>
border-color css
<style>
span { border-color: #9DEDE9; }
span { border-color: rgb(157,237,233); }
td.TdClassName
{
border-color: #9DEDE9;
}
.TagClassName
{
border-color: #9DEDE9;
}
</style>