Shades of Pale Turquoise #9DFEEB
Tints of Pale Turquoise #9DFEEB
RGB
CMYK
RGB Variations
Color information
#9DFEEB (or 0x9DFEEB) is known color: Pale Turquoise. HEX triplet: 9D, FE and EB. RGB value is (157,254,235). Sum of RGB (Red+Green+Blue) = 157+254+235=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEEB is #620114. Grayscale: #DEDEDE. Windows color (decimal): -6422805 or 15466141. OLE color: 15466141.
HSL color Cylindrical-coordinate representation of color #9DFEEB: hue angle of 168.25º 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 #9DFEEB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 235 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.00 |
| HSL | 168.25º | 0.98% | 0.81% | - |
| HSV(B) | 168.25º | 0.38% | 1% | - |
| XYZ | 64.34 | 84.05 | 91.43 | - |
| YUV | 222.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 235 | 0.38 | 0 | 0.07 | 0.00 | 168.25 | 0.98 | 0.81 |
| Hex | 9D | FE | EB | 26 | 0 | 7 | 0 | A8 | 62 | 51 |
| Octal | 235 | 376 | 353 | 46 | 0 | 7 | 0 | 250 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11101011 | 100110 | 0 | 111 | 0 | 10101000 | 1100010 | 1010001 |
Color Harmonies of #9DFEEB
Complementary color
Monochromatic Colors of #9DFEEB
Black with #9DFEEB
Text Example
Text Example
White with #9DFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEEB; }
p { color: rgb(157,254,235); }
H1.HeaderClassName
{
color: #9DFEEB;
}
.AnyTagClassName
{
color: #9DFEEB;
}
</style>
background-color css
<style>
a { background-color: #9DFEEB; }
a { background-color: rgb(157,254,235); }
div.DivClassName
{
background-color: #9DFEEB;
}
.BgClassName
{
background-color: #9DFEEB;
}
</style>
border-color css
<style>
span { border-color: #9DFEEB; }
span { border-color: rgb(157,254,235); }
td.TdClassName
{
border-color: #9DFEEB;
}
.TagClassName
{
border-color: #9DFEEB;
}
</style>