Shades of Pale Turquoise #9DF4EC
Tints of Pale Turquoise #9DF4EC
RGB
CMYK
RGB Variations
Color information
#9DF4EC (or 0x9DF4EC) is known color: Pale Turquoise. HEX triplet: 9D, F4 and EC. RGB value is (157,244,236). Sum of RGB (Red+Green+Blue) = 157+244+236=637 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.65% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF4EC is #620B13. Grayscale: #D9D9D9. Windows color (decimal): -6425364 or 15529117. OLE color: 15529117.
HSL color Cylindrical-coordinate representation of color #9DF4EC: hue angle of 174.48º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF4EC is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 236 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.04 |
| HSL | 174.48º | 0.8% | 0.79% | - |
| HSV(B) | 174.48º | 0.36% | 0.96% | - |
| XYZ | 61.4 | 77.93 | 91.16 | - |
| YUV | 217.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 236 | 0.36 | 0 | 0.03 | 0.04 | 174.48 | 0.8 | 0.79 |
| Hex | 9D | F4 | EC | 24 | 0 | 3 | 4 | AE | 50 | 4F |
| Octal | 235 | 364 | 354 | 44 | 0 | 3 | 4 | 256 | 120 | 117 |
| Binary | 10011101 | 11110100 | 11101100 | 100100 | 0 | 11 | 100 | 10101110 | 1010000 | 1001111 |
Color Harmonies of #9DF4EC
Complementary color
Monochromatic Colors of #9DF4EC
Black with #9DF4EC
Text Example
Text Example
White with #9DF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF4EC; }
p { color: rgb(157,244,236); }
H1.HeaderClassName
{
color: #9DF4EC;
}
.AnyTagClassName
{
color: #9DF4EC;
}
</style>
background-color css
<style>
a { background-color: #9DF4EC; }
a { background-color: rgb(157,244,236); }
div.DivClassName
{
background-color: #9DF4EC;
}
.BgClassName
{
background-color: #9DF4EC;
}
</style>
border-color css
<style>
span { border-color: #9DF4EC; }
span { border-color: rgb(157,244,236); }
td.TdClassName
{
border-color: #9DF4EC;
}
.TagClassName
{
border-color: #9DF4EC;
}
</style>