Shades of Pale Turquoise #9DEFEC
Tints of Pale Turquoise #9DEFEC
RGB
CMYK
RGB Variations
Color information
#9DEFEC (or 0x9DEFEC) is known color: Pale Turquoise. HEX triplet: 9D, EF and EC. RGB value is (157,239,236). Sum of RGB (Red+Green+Blue) = 157+239+236=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFEC is #621013. Grayscale: #D6D6D6. Windows color (decimal): -6426644 or 15527837. OLE color: 15527837.
HSL color Cylindrical-coordinate representation of color #9DEFEC: hue angle of 177.8º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFEC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 236 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.06 |
| HSL | 177.8º | 0.72% | 0.78% | - |
| HSV(B) | 177.8º | 0.34% | 0.94% | - |
| XYZ | 59.91 | 74.96 | 90.67 | - |
| YUV | 214.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 236 | 0.34 | 0 | 0.01 | 0.06 | 177.8 | 0.72 | 0.78 |
| Hex | 9D | EF | EC | 22 | 0 | 1 | 6 | B2 | 48 | 4E |
| Octal | 235 | 357 | 354 | 42 | 0 | 1 | 6 | 262 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11101100 | 100010 | 0 | 1 | 110 | 10110010 | 1001000 | 1001110 |
Color Harmonies of #9DEFEC
Complementary color
Monochromatic Colors of #9DEFEC
Black with #9DEFEC
Text Example
Text Example
White with #9DEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFEC; }
p { color: rgb(157,239,236); }
H1.HeaderClassName
{
color: #9DEFEC;
}
.AnyTagClassName
{
color: #9DEFEC;
}
</style>
background-color css
<style>
a { background-color: #9DEFEC; }
a { background-color: rgb(157,239,236); }
div.DivClassName
{
background-color: #9DEFEC;
}
.BgClassName
{
background-color: #9DEFEC;
}
</style>
border-color css
<style>
span { border-color: #9DEFEC; }
span { border-color: rgb(157,239,236); }
td.TdClassName
{
border-color: #9DEFEC;
}
.TagClassName
{
border-color: #9DEFEC;
}
</style>