Shades of Pale Turquoise #9CEEEA
Tints of Pale Turquoise #9CEEEA
RGB
CMYK
RGB Variations
Color information
#9CEEEA (or 0x9CEEEA) is known color: Pale Turquoise. HEX triplet: 9C, EE and EA. RGB value is (156,238,234). Sum of RGB (Red+Green+Blue) = 156+238+234=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEEA is #631115. Grayscale: #D4D4D4. Windows color (decimal): -6492438 or 15396508. OLE color: 15396508.
HSL color Cylindrical-coordinate representation of color #9CEEEA: hue angle of 177.07º degrees, saturation: 0.71, 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 #9CEEEA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 234 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.07 |
| HSL | 177.07º | 0.71% | 0.77% | - |
| HSV(B) | 177.07º | 0.34% | 0.93% | - |
| XYZ | 59.14 | 74.16 | 89.04 | - |
| YUV | 213.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 234 | 0.34 | 0 | 0.02 | 0.07 | 177.07 | 0.71 | 0.77 |
| Hex | 9C | EE | EA | 22 | 0 | 2 | 7 | B1 | 47 | 4D |
| Octal | 234 | 356 | 352 | 42 | 0 | 2 | 7 | 261 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11101010 | 100010 | 0 | 10 | 111 | 10110001 | 1000111 | 1001101 |
Color Harmonies of #9CEEEA
Complementary color
Monochromatic Colors of #9CEEEA
Black with #9CEEEA
Text Example
Text Example
White with #9CEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEEA; }
p { color: rgb(156,238,234); }
H1.HeaderClassName
{
color: #9CEEEA;
}
.AnyTagClassName
{
color: #9CEEEA;
}
</style>
background-color css
<style>
a { background-color: #9CEEEA; }
a { background-color: rgb(156,238,234); }
div.DivClassName
{
background-color: #9CEEEA;
}
.BgClassName
{
background-color: #9CEEEA;
}
</style>
border-color css
<style>
span { border-color: #9CEEEA; }
span { border-color: rgb(156,238,234); }
td.TdClassName
{
border-color: #9CEEEA;
}
.TagClassName
{
border-color: #9CEEEA;
}
</style>