Shades of Pale Turquoise #9DFEEC
Tints of Pale Turquoise #9DFEEC
RGB
CMYK
RGB Variations
Color information
#9DFEEC (or 0x9DFEEC) is known color: Pale Turquoise. HEX triplet: 9D, FE and EC. RGB value is (157,254,236). Sum of RGB (Red+Green+Blue) = 157+254+236=647 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.27% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEEC is #620113. Grayscale: #DEDEDE. Windows color (decimal): -6422804 or 15531677. OLE color: 15531677.
HSL color Cylindrical-coordinate representation of color #9DFEEC: hue angle of 168.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEEC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 236 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.00 |
| HSL | 168.87º | 0.98% | 0.81% | - |
| HSV(B) | 168.87º | 0.38% | 1% | - |
| XYZ | 64.49 | 84.11 | 92.19 | - |
| YUV | 222.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 236 | 0.38 | 0 | 0.07 | 0.00 | 168.87 | 0.98 | 0.81 |
| Hex | 9D | FE | EC | 26 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 235 | 376 | 354 | 46 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11101100 | 100110 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #9DFEEC
Complementary color
Monochromatic Colors of #9DFEEC
Black with #9DFEEC
Text Example
Text Example
White with #9DFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEEC; }
p { color: rgb(157,254,236); }
H1.HeaderClassName
{
color: #9DFEEC;
}
.AnyTagClassName
{
color: #9DFEEC;
}
</style>
background-color css
<style>
a { background-color: #9DFEEC; }
a { background-color: rgb(157,254,236); }
div.DivClassName
{
background-color: #9DFEEC;
}
.BgClassName
{
background-color: #9DFEEC;
}
</style>
border-color css
<style>
span { border-color: #9DFEEC; }
span { border-color: rgb(157,254,236); }
td.TdClassName
{
border-color: #9DFEEC;
}
.TagClassName
{
border-color: #9DFEEC;
}
</style>