Shades of Pale Turquoise #9DF2EA
Tints of Pale Turquoise #9DF2EA
RGB
CMYK
RGB Variations
Color information
#9DF2EA (or 0x9DF2EA) is known color: Pale Turquoise. HEX triplet: 9D, F2 and EA. RGB value is (157,242,234). Sum of RGB (Red+Green+Blue) = 157+242+234=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2EA is #620D15. Grayscale: #D7D7D7. Windows color (decimal): -6425878 or 15397533. OLE color: 15397533.
HSL color Cylindrical-coordinate representation of color #9DF2EA: hue angle of 174.35º degrees, saturation: 0.77, 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 #9DF2EA is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 234 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.05 |
| HSL | 174.35º | 0.77% | 0.78% | - |
| HSV(B) | 174.35º | 0.35% | 0.95% | - |
| XYZ | 60.51 | 76.61 | 89.44 | - |
| YUV | 215.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 234 | 0.35 | 0 | 0.03 | 0.05 | 174.35 | 0.77 | 0.78 |
| Hex | 9D | F2 | EA | 23 | 0 | 3 | 5 | AE | 4D | 4E |
| Octal | 235 | 362 | 352 | 43 | 0 | 3 | 5 | 256 | 115 | 116 |
| Binary | 10011101 | 11110010 | 11101010 | 100011 | 0 | 11 | 101 | 10101110 | 1001101 | 1001110 |
Color Harmonies of #9DF2EA
Complementary color
Monochromatic Colors of #9DF2EA
Black with #9DF2EA
Text Example
Text Example
White with #9DF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2EA; }
p { color: rgb(157,242,234); }
H1.HeaderClassName
{
color: #9DF2EA;
}
.AnyTagClassName
{
color: #9DF2EA;
}
</style>
background-color css
<style>
a { background-color: #9DF2EA; }
a { background-color: rgb(157,242,234); }
div.DivClassName
{
background-color: #9DF2EA;
}
.BgClassName
{
background-color: #9DF2EA;
}
</style>
border-color css
<style>
span { border-color: #9DF2EA; }
span { border-color: rgb(157,242,234); }
td.TdClassName
{
border-color: #9DF2EA;
}
.TagClassName
{
border-color: #9DF2EA;
}
</style>