Shades of Pale Turquoise #9CECE2
Tints of Pale Turquoise #9CECE2
RGB
CMYK
RGB Variations
Color information
#9CECE2 (or 0x9CECE2) is known color: Pale Turquoise. HEX triplet: 9C, EC and E2. RGB value is (156,236,226). Sum of RGB (Red+Green+Blue) = 156+236+226=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECE2 is #63131D. Grayscale: #D2D2D2. Windows color (decimal): -6492958 or 14871708. OLE color: 14871708.
HSL color Cylindrical-coordinate representation of color #9CECE2: hue angle of 172.5º degrees, saturation: 0.68, 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 #9CECE2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 226 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.07 |
| HSL | 172.5º | 0.68% | 0.77% | - |
| HSV(B) | 172.5º | 0.34% | 0.93% | - |
| XYZ | 57.43 | 72.55 | 82.93 | - |
| YUV | 210.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 226 | 0.34 | 0 | 0.04 | 0.07 | 172.5 | 0.68 | 0.77 |
| Hex | 9C | EC | E2 | 22 | 0 | 4 | 7 | AC | 44 | 4D |
| Octal | 234 | 354 | 342 | 42 | 0 | 4 | 7 | 254 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11100010 | 100010 | 0 | 100 | 111 | 10101100 | 1000100 | 1001101 |
Color Harmonies of #9CECE2
Complementary color
Monochromatic Colors of #9CECE2
Black with #9CECE2
Text Example
Text Example
White with #9CECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECE2; }
p { color: rgb(156,236,226); }
H1.HeaderClassName
{
color: #9CECE2;
}
.AnyTagClassName
{
color: #9CECE2;
}
</style>
background-color css
<style>
a { background-color: #9CECE2; }
a { background-color: rgb(156,236,226); }
div.DivClassName
{
background-color: #9CECE2;
}
.BgClassName
{
background-color: #9CECE2;
}
</style>
border-color css
<style>
span { border-color: #9CECE2; }
span { border-color: rgb(156,236,226); }
td.TdClassName
{
border-color: #9CECE2;
}
.TagClassName
{
border-color: #9CECE2;
}
</style>