Shades of Pale Turquoise #9DF1E7
Tints of Pale Turquoise #9DF1E7
RGB
CMYK
RGB Variations
Color information
#9DF1E7 (or 0x9DF1E7) is known color: Pale Turquoise. HEX triplet: 9D, F1 and E7. RGB value is (157,241,231). Sum of RGB (Red+Green+Blue) = 157+241+231=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1E7 is #620E18. Grayscale: #D6D6D6. Windows color (decimal): -6426137 or 15200669. OLE color: 15200669.
HSL color Cylindrical-coordinate representation of color #9DF1E7: hue angle of 172.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1E7 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 231 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.05 |
| HSL | 172.86º | 0.75% | 0.78% | - |
| HSV(B) | 172.86º | 0.35% | 0.95% | - |
| XYZ | 59.78 | 75.85 | 87.09 | - |
| YUV | 214.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 231 | 0.35 | 0 | 0.04 | 0.05 | 172.86 | 0.75 | 0.78 |
| Hex | 9D | F1 | E7 | 23 | 0 | 4 | 5 | AD | 4B | 4E |
| Octal | 235 | 361 | 347 | 43 | 0 | 4 | 5 | 255 | 113 | 116 |
| Binary | 10011101 | 11110001 | 11100111 | 100011 | 0 | 100 | 101 | 10101101 | 1001011 | 1001110 |
Color Harmonies of #9DF1E7
Complementary color
Monochromatic Colors of #9DF1E7
Black with #9DF1E7
Text Example
Text Example
White with #9DF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1E7; }
p { color: rgb(157,241,231); }
H1.HeaderClassName
{
color: #9DF1E7;
}
.AnyTagClassName
{
color: #9DF1E7;
}
</style>
background-color css
<style>
a { background-color: #9DF1E7; }
a { background-color: rgb(157,241,231); }
div.DivClassName
{
background-color: #9DF1E7;
}
.BgClassName
{
background-color: #9DF1E7;
}
</style>
border-color css
<style>
span { border-color: #9DF1E7; }
span { border-color: rgb(157,241,231); }
td.TdClassName
{
border-color: #9DF1E7;
}
.TagClassName
{
border-color: #9DF1E7;
}
</style>