Shades of Pale Turquoise #9DFEEE
Tints of Pale Turquoise #9DFEEE
RGB
CMYK
RGB Variations
Color information
#9DFEEE (or 0x9DFEEE) is known color: Pale Turquoise. HEX triplet: 9D, FE and EE. RGB value is (157,254,238). Sum of RGB (Red+Green+Blue) = 157+254+238=649 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.19% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEEE is #620111. Grayscale: #DFDFDF. Windows color (decimal): -6422802 or 15662749. OLE color: 15662749.
HSL color Cylindrical-coordinate representation of color #9DFEEE: hue angle of 170.1º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEEE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 238 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.00 |
| HSL | 170.1º | 0.98% | 0.81% | - |
| HSV(B) | 170.1º | 0.38% | 1% | - |
| XYZ | 64.78 | 84.22 | 93.73 | - |
| YUV | 223.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 238 | 0.38 | 0 | 0.06 | 0.00 | 170.1 | 0.98 | 0.81 |
| Hex | 9D | FE | EE | 26 | 0 | 6 | 0 | AA | 62 | 51 |
| Octal | 235 | 376 | 356 | 46 | 0 | 6 | 0 | 252 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11101110 | 100110 | 0 | 110 | 0 | 10101010 | 1100010 | 1010001 |
Color Harmonies of #9DFEEE
Complementary color
Monochromatic Colors of #9DFEEE
Black with #9DFEEE
Text Example
Text Example
White with #9DFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEEE; }
p { color: rgb(157,254,238); }
H1.HeaderClassName
{
color: #9DFEEE;
}
.AnyTagClassName
{
color: #9DFEEE;
}
</style>
background-color css
<style>
a { background-color: #9DFEEE; }
a { background-color: rgb(157,254,238); }
div.DivClassName
{
background-color: #9DFEEE;
}
.BgClassName
{
background-color: #9DFEEE;
}
</style>
border-color css
<style>
span { border-color: #9DFEEE; }
span { border-color: rgb(157,254,238); }
td.TdClassName
{
border-color: #9DFEEE;
}
.TagClassName
{
border-color: #9DFEEE;
}
</style>