Shades of Pale Turquoise #9DEDEA
Tints of Pale Turquoise #9DEDEA
RGB
CMYK
RGB Variations
Color information
#9DEDEA (or 0x9DEDEA) is known color: Pale Turquoise. HEX triplet: 9D, ED and EA. RGB value is (157,237,234). Sum of RGB (Red+Green+Blue) = 157+237+234=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDEA is #621215. Grayscale: #D4D4D4. Windows color (decimal): -6427158 or 15396253. OLE color: 15396253.
HSL color Cylindrical-coordinate representation of color #9DEDEA: hue angle of 177.75º 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 #9DEDEA is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 234 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 177.75º | 0.69% | 0.77% | - |
| HSV(B) | 177.75º | 0.34% | 0.93% | - |
| XYZ | 59.04 | 73.68 | 88.95 | - |
| YUV | 212.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 234 | 0.34 | 0 | 0.01 | 0.07 | 177.75 | 0.69 | 0.77 |
| Hex | 9D | ED | EA | 22 | 0 | 1 | 7 | B2 | 45 | 4D |
| Octal | 235 | 355 | 352 | 42 | 0 | 1 | 7 | 262 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11101010 | 100010 | 0 | 1 | 111 | 10110010 | 1000101 | 1001101 |
Color Harmonies of #9DEDEA
Complementary color
Monochromatic Colors of #9DEDEA
Black with #9DEDEA
Text Example
Text Example
White with #9DEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDEA; }
p { color: rgb(157,237,234); }
H1.HeaderClassName
{
color: #9DEDEA;
}
.AnyTagClassName
{
color: #9DEDEA;
}
</style>
background-color css
<style>
a { background-color: #9DEDEA; }
a { background-color: rgb(157,237,234); }
div.DivClassName
{
background-color: #9DEDEA;
}
.BgClassName
{
background-color: #9DEDEA;
}
</style>
border-color css
<style>
span { border-color: #9DEDEA; }
span { border-color: rgb(157,237,234); }
td.TdClassName
{
border-color: #9DEDEA;
}
.TagClassName
{
border-color: #9DEDEA;
}
</style>