Shades of Pale Turquoise #9DEFEB
Tints of Pale Turquoise #9DEFEB
RGB
CMYK
RGB Variations
Color information
#9DEFEB (or 0x9DEFEB) is known color: Pale Turquoise. HEX triplet: 9D, EF and EB. RGB value is (157,239,235). Sum of RGB (Red+Green+Blue) = 157+239+235=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFEB is #621014. Grayscale: #D5D5D5. Windows color (decimal): -6426645 or 15462301. OLE color: 15462301.
HSL color Cylindrical-coordinate representation of color #9DEFEB: hue angle of 177.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFEB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 235 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.06 |
| HSL | 177.07º | 0.72% | 0.78% | - |
| HSV(B) | 177.07º | 0.34% | 0.94% | - |
| XYZ | 59.77 | 74.9 | 89.9 | - |
| YUV | 214.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 235 | 0.34 | 0 | 0.02 | 0.06 | 177.07 | 0.72 | 0.78 |
| Hex | 9D | EF | EB | 22 | 0 | 2 | 6 | B1 | 48 | 4E |
| Octal | 235 | 357 | 353 | 42 | 0 | 2 | 6 | 261 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11101011 | 100010 | 0 | 10 | 110 | 10110001 | 1001000 | 1001110 |
Color Harmonies of #9DEFEB
Complementary color
Monochromatic Colors of #9DEFEB
Black with #9DEFEB
Text Example
Text Example
White with #9DEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFEB; }
p { color: rgb(157,239,235); }
H1.HeaderClassName
{
color: #9DEFEB;
}
.AnyTagClassName
{
color: #9DEFEB;
}
</style>
background-color css
<style>
a { background-color: #9DEFEB; }
a { background-color: rgb(157,239,235); }
div.DivClassName
{
background-color: #9DEFEB;
}
.BgClassName
{
background-color: #9DEFEB;
}
</style>
border-color css
<style>
span { border-color: #9DEFEB; }
span { border-color: rgb(157,239,235); }
td.TdClassName
{
border-color: #9DEFEB;
}
.TagClassName
{
border-color: #9DEFEB;
}
</style>