Shades of Pale Turquoise #9DF7ED
Tints of Pale Turquoise #9DF7ED
RGB
CMYK
RGB Variations
Color information
#9DF7ED (or 0x9DF7ED) is known color: Pale Turquoise. HEX triplet: 9D, F7 and ED. RGB value is (157,247,237). Sum of RGB (Red+Green+Blue) = 157+247+237=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF7ED is #620812. Grayscale: #DADADA. Windows color (decimal): -6424595 or 15595421. OLE color: 15595421.
HSL color Cylindrical-coordinate representation of color #9DF7ED: hue angle of 173.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF7ED is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 237 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.03 |
| HSL | 173.33º | 0.85% | 0.79% | - |
| HSV(B) | 173.33º | 0.36% | 0.97% | - |
| XYZ | 62.45 | 79.8 | 92.23 | - |
| YUV | 218.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 237 | 0.36 | 0 | 0.04 | 0.03 | 173.33 | 0.85 | 0.79 |
| Hex | 9D | F7 | ED | 24 | 0 | 4 | 3 | AD | 55 | 4F |
| Octal | 235 | 367 | 355 | 44 | 0 | 4 | 3 | 255 | 125 | 117 |
| Binary | 10011101 | 11110111 | 11101101 | 100100 | 0 | 100 | 11 | 10101101 | 1010101 | 1001111 |
Color Harmonies of #9DF7ED
Complementary color
Monochromatic Colors of #9DF7ED
Black with #9DF7ED
Text Example
Text Example
White with #9DF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF7ED; }
p { color: rgb(157,247,237); }
H1.HeaderClassName
{
color: #9DF7ED;
}
.AnyTagClassName
{
color: #9DF7ED;
}
</style>
background-color css
<style>
a { background-color: #9DF7ED; }
a { background-color: rgb(157,247,237); }
div.DivClassName
{
background-color: #9DF7ED;
}
.BgClassName
{
background-color: #9DF7ED;
}
</style>
border-color css
<style>
span { border-color: #9DF7ED; }
span { border-color: rgb(157,247,237); }
td.TdClassName
{
border-color: #9DF7ED;
}
.TagClassName
{
border-color: #9DF7ED;
}
</style>