Shades of Pale Turquoise #9CECE6
Tints of Pale Turquoise #9CECE6
RGB
CMYK
RGB Variations
Color information
#9CECE6 (or 0x9CECE6) is known color: Pale Turquoise. HEX triplet: 9C, EC and E6. RGB value is (156,236,230). Sum of RGB (Red+Green+Blue) = 156+236+230=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECE6 is #631319. Grayscale: #D3D3D3. Windows color (decimal): -6492954 or 15133852. OLE color: 15133852.
HSL color Cylindrical-coordinate representation of color #9CECE6: hue angle of 175.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 #9CECE6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 230 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.07 |
| HSL | 175.5º | 0.68% | 0.77% | - |
| HSV(B) | 175.5º | 0.34% | 0.93% | - |
| XYZ | 57.99 | 72.77 | 85.85 | - |
| YUV | 211.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 230 | 0.34 | 0 | 0.03 | 0.07 | 175.5 | 0.68 | 0.77 |
| Hex | 9C | EC | E6 | 22 | 0 | 3 | 7 | B0 | 44 | 4D |
| Octal | 234 | 354 | 346 | 42 | 0 | 3 | 7 | 260 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11100110 | 100010 | 0 | 11 | 111 | 10110000 | 1000100 | 1001101 |
Color Harmonies of #9CECE6
Complementary color
Monochromatic Colors of #9CECE6
Black with #9CECE6
Text Example
Text Example
White with #9CECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECE6; }
p { color: rgb(156,236,230); }
H1.HeaderClassName
{
color: #9CECE6;
}
.AnyTagClassName
{
color: #9CECE6;
}
</style>
background-color css
<style>
a { background-color: #9CECE6; }
a { background-color: rgb(156,236,230); }
div.DivClassName
{
background-color: #9CECE6;
}
.BgClassName
{
background-color: #9CECE6;
}
</style>
border-color css
<style>
span { border-color: #9CECE6; }
span { border-color: rgb(156,236,230); }
td.TdClassName
{
border-color: #9CECE6;
}
.TagClassName
{
border-color: #9CECE6;
}
</style>