Shades of Pale Turquoise #9DEDE4
Tints of Pale Turquoise #9DEDE4
RGB
CMYK
RGB Variations
Color information
#9DEDE4 (or 0x9DEDE4) is known color: Pale Turquoise. HEX triplet: 9D, ED and E4. RGB value is (157,237,228). Sum of RGB (Red+Green+Blue) = 157+237+228=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDE4 is #62121B. Grayscale: #D4D4D4. Windows color (decimal): -6427164 or 15003037. OLE color: 15003037.
HSL color Cylindrical-coordinate representation of color #9DEDE4: hue angle of 173.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 #9DEDE4 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 228 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.07 |
| HSL | 173.25º | 0.69% | 0.77% | - |
| HSV(B) | 173.25º | 0.34% | 0.93% | - |
| XYZ | 58.19 | 73.34 | 84.49 | - |
| YUV | 212.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 228 | 0.34 | 0 | 0.04 | 0.07 | 173.25 | 0.69 | 0.77 |
| Hex | 9D | ED | E4 | 22 | 0 | 4 | 7 | AD | 45 | 4D |
| Octal | 235 | 355 | 344 | 42 | 0 | 4 | 7 | 255 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11100100 | 100010 | 0 | 100 | 111 | 10101101 | 1000101 | 1001101 |
Color Harmonies of #9DEDE4
Complementary color
Monochromatic Colors of #9DEDE4
Black with #9DEDE4
Text Example
Text Example
White with #9DEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDE4; }
p { color: rgb(157,237,228); }
H1.HeaderClassName
{
color: #9DEDE4;
}
.AnyTagClassName
{
color: #9DEDE4;
}
</style>
background-color css
<style>
a { background-color: #9DEDE4; }
a { background-color: rgb(157,237,228); }
div.DivClassName
{
background-color: #9DEDE4;
}
.BgClassName
{
background-color: #9DEDE4;
}
</style>
border-color css
<style>
span { border-color: #9DEDE4; }
span { border-color: rgb(157,237,228); }
td.TdClassName
{
border-color: #9DEDE4;
}
.TagClassName
{
border-color: #9DEDE4;
}
</style>