Shades of Pale Turquoise #9DF8EC
Tints of Pale Turquoise #9DF8EC
RGB
CMYK
RGB Variations
Color information
#9DF8EC (or 0x9DF8EC) is known color: Pale Turquoise. HEX triplet: 9D, F8 and EC. RGB value is (157,248,236). Sum of RGB (Red+Green+Blue) = 157+248+236=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF8EC is #620713. Grayscale: #DBDBDB. Windows color (decimal): -6424340 or 15530141. OLE color: 15530141.
HSL color Cylindrical-coordinate representation of color #9DF8EC: hue angle of 172.09º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8EC is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 236 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.03 |
| HSL | 172.09º | 0.87% | 0.79% | - |
| HSV(B) | 172.09º | 0.37% | 0.97% | - |
| XYZ | 62.61 | 80.36 | 91.57 | - |
| YUV | 219.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 236 | 0.37 | 0 | 0.05 | 0.03 | 172.09 | 0.87 | 0.79 |
| Hex | 9D | F8 | EC | 25 | 0 | 5 | 3 | AC | 57 | 4F |
| Octal | 235 | 370 | 354 | 45 | 0 | 5 | 3 | 254 | 127 | 117 |
| Binary | 10011101 | 11111000 | 11101100 | 100101 | 0 | 101 | 11 | 10101100 | 1010111 | 1001111 |
Color Harmonies of #9DF8EC
Complementary color
Monochromatic Colors of #9DF8EC
Black with #9DF8EC
Text Example
Text Example
White with #9DF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8EC; }
p { color: rgb(157,248,236); }
H1.HeaderClassName
{
color: #9DF8EC;
}
.AnyTagClassName
{
color: #9DF8EC;
}
</style>
background-color css
<style>
a { background-color: #9DF8EC; }
a { background-color: rgb(157,248,236); }
div.DivClassName
{
background-color: #9DF8EC;
}
.BgClassName
{
background-color: #9DF8EC;
}
</style>
border-color css
<style>
span { border-color: #9DF8EC; }
span { border-color: rgb(157,248,236); }
td.TdClassName
{
border-color: #9DF8EC;
}
.TagClassName
{
border-color: #9DF8EC;
}
</style>