Shades of Pale Turquoise #9CEEEB
Tints of Pale Turquoise #9CEEEB
RGB
CMYK
RGB Variations
Color information
#9CEEEB (or 0x9CEEEB) is known color: Pale Turquoise. HEX triplet: 9C, EE and EB. RGB value is (156,238,235). Sum of RGB (Red+Green+Blue) = 156+238+235=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEEB is #631114. Grayscale: #D5D5D5. Windows color (decimal): -6492437 or 15462044. OLE color: 15462044.
HSL color Cylindrical-coordinate representation of color #9CEEEB: hue angle of 177.8º 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 #9CEEEB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 235 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 177.8º | 0.71% | 0.77% | - |
| HSV(B) | 177.8º | 0.34% | 0.93% | - |
| XYZ | 59.28 | 74.22 | 89.8 | - |
| YUV | 213.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 235 | 0.34 | 0 | 0.01 | 0.07 | 177.8 | 0.71 | 0.77 |
| Hex | 9C | EE | EB | 22 | 0 | 1 | 7 | B2 | 47 | 4D |
| Octal | 234 | 356 | 353 | 42 | 0 | 1 | 7 | 262 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11101011 | 100010 | 0 | 1 | 111 | 10110010 | 1000111 | 1001101 |
Color Harmonies of #9CEEEB
Complementary color
Monochromatic Colors of #9CEEEB
Black with #9CEEEB
Text Example
Text Example
White with #9CEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEEB; }
p { color: rgb(156,238,235); }
H1.HeaderClassName
{
color: #9CEEEB;
}
.AnyTagClassName
{
color: #9CEEEB;
}
</style>
background-color css
<style>
a { background-color: #9CEEEB; }
a { background-color: rgb(156,238,235); }
div.DivClassName
{
background-color: #9CEEEB;
}
.BgClassName
{
background-color: #9CEEEB;
}
</style>
border-color css
<style>
span { border-color: #9CEEEB; }
span { border-color: rgb(156,238,235); }
td.TdClassName
{
border-color: #9CEEEB;
}
.TagClassName
{
border-color: #9CEEEB;
}
</style>