Shades of Pale Turquoise #9CEEE4
Tints of Pale Turquoise #9CEEE4
RGB
CMYK
RGB Variations
Color information
#9CEEE4 (or 0x9CEEE4) is known color: Pale Turquoise. HEX triplet: 9C, EE and E4. RGB value is (156,238,228). Sum of RGB (Red+Green+Blue) = 156+238+228=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEE4 is #63111B. Grayscale: #D4D4D4. Windows color (decimal): -6492444 or 15003292. OLE color: 15003292.
HSL color Cylindrical-coordinate representation of color #9CEEE4: hue angle of 172.68º 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 #9CEEE4 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 228 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.07 |
| HSL | 172.68º | 0.71% | 0.77% | - |
| HSV(B) | 172.68º | 0.34% | 0.93% | - |
| XYZ | 58.29 | 73.82 | 84.58 | - |
| YUV | 212.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 228 | 0.34 | 0 | 0.04 | 0.07 | 172.68 | 0.71 | 0.77 |
| Hex | 9C | EE | E4 | 22 | 0 | 4 | 7 | AD | 47 | 4D |
| Octal | 234 | 356 | 344 | 42 | 0 | 4 | 7 | 255 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11100100 | 100010 | 0 | 100 | 111 | 10101101 | 1000111 | 1001101 |
Color Harmonies of #9CEEE4
Complementary color
Monochromatic Colors of #9CEEE4
Black with #9CEEE4
Text Example
Text Example
White with #9CEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEE4; }
p { color: rgb(156,238,228); }
H1.HeaderClassName
{
color: #9CEEE4;
}
.AnyTagClassName
{
color: #9CEEE4;
}
</style>
background-color css
<style>
a { background-color: #9CEEE4; }
a { background-color: rgb(156,238,228); }
div.DivClassName
{
background-color: #9CEEE4;
}
.BgClassName
{
background-color: #9CEEE4;
}
</style>
border-color css
<style>
span { border-color: #9CEEE4; }
span { border-color: rgb(156,238,228); }
td.TdClassName
{
border-color: #9CEEE4;
}
.TagClassName
{
border-color: #9CEEE4;
}
</style>