Shades of Pale Turquoise #9DEEE5
Tints of Pale Turquoise #9DEEE5
RGB
CMYK
RGB Variations
Color information
#9DEEE5 (or 0x9DEEE5) is known color: Pale Turquoise. HEX triplet: 9D, EE and E5. RGB value is (157,238,229). Sum of RGB (Red+Green+Blue) = 157+238+229=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEE5 is #62111A. Grayscale: #D4D4D4. Windows color (decimal): -6426907 or 15068829. OLE color: 15068829.
HSL color Cylindrical-coordinate representation of color #9DEEE5: hue angle of 173.33º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEE5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 229 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.07 |
| HSL | 173.33º | 0.7% | 0.77% | - |
| HSV(B) | 173.33º | 0.34% | 0.93% | - |
| XYZ | 58.62 | 73.97 | 85.32 | - |
| YUV | 212.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 229 | 0.34 | 0 | 0.04 | 0.07 | 173.33 | 0.7 | 0.77 |
| Hex | 9D | EE | E5 | 22 | 0 | 4 | 7 | AD | 46 | 4D |
| Octal | 235 | 356 | 345 | 42 | 0 | 4 | 7 | 255 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11100101 | 100010 | 0 | 100 | 111 | 10101101 | 1000110 | 1001101 |
Color Harmonies of #9DEEE5
Complementary color
Monochromatic Colors of #9DEEE5
Black with #9DEEE5
Text Example
Text Example
White with #9DEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEE5; }
p { color: rgb(157,238,229); }
H1.HeaderClassName
{
color: #9DEEE5;
}
.AnyTagClassName
{
color: #9DEEE5;
}
</style>
background-color css
<style>
a { background-color: #9DEEE5; }
a { background-color: rgb(157,238,229); }
div.DivClassName
{
background-color: #9DEEE5;
}
.BgClassName
{
background-color: #9DEEE5;
}
</style>
border-color css
<style>
span { border-color: #9DEEE5; }
span { border-color: rgb(157,238,229); }
td.TdClassName
{
border-color: #9DEEE5;
}
.TagClassName
{
border-color: #9DEEE5;
}
</style>