Shades of Pale Turquoise #9DFDEA
Tints of Pale Turquoise #9DFDEA
RGB
CMYK
RGB Variations
Color information
#9DFDEA (or 0x9DFDEA) is known color: Pale Turquoise. HEX triplet: 9D, FD and EA. RGB value is (157,253,234). Sum of RGB (Red+Green+Blue) = 157+253+234=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDEA is #620215. Grayscale: #DEDEDE. Windows color (decimal): -6423062 or 15400349. OLE color: 15400349.
HSL color Cylindrical-coordinate representation of color #9DFDEA: hue angle of 168.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDEA is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 234 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.01 |
| HSL | 168.13º | 0.96% | 0.8% | - |
| HSV(B) | 168.13º | 0.38% | 0.99% | - |
| XYZ | 63.88 | 83.36 | 90.56 | - |
| YUV | 222.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 234 | 0.38 | 0 | 0.08 | 0.01 | 168.13 | 0.96 | 0.8 |
| Hex | 9D | FD | EA | 26 | 0 | 8 | 1 | A8 | 60 | 50 |
| Octal | 235 | 375 | 352 | 46 | 0 | 10 | 1 | 250 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11101010 | 100110 | 0 | 1000 | 1 | 10101000 | 1100000 | 1010000 |
Color Harmonies of #9DFDEA
Complementary color
Monochromatic Colors of #9DFDEA
Black with #9DFDEA
Text Example
Text Example
White with #9DFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDEA; }
p { color: rgb(157,253,234); }
H1.HeaderClassName
{
color: #9DFDEA;
}
.AnyTagClassName
{
color: #9DFDEA;
}
</style>
background-color css
<style>
a { background-color: #9DFDEA; }
a { background-color: rgb(157,253,234); }
div.DivClassName
{
background-color: #9DFDEA;
}
.BgClassName
{
background-color: #9DFDEA;
}
</style>
border-color css
<style>
span { border-color: #9DFDEA; }
span { border-color: rgb(157,253,234); }
td.TdClassName
{
border-color: #9DFDEA;
}
.TagClassName
{
border-color: #9DFDEA;
}
</style>