Shades of Pale Turquoise #9CECE4
Tints of Pale Turquoise #9CECE4
RGB
CMYK
RGB Variations
Color information
#9CECE4 (or 0x9CECE4) is known color: Pale Turquoise. HEX triplet: 9C, EC and E4. RGB value is (156,236,228). Sum of RGB (Red+Green+Blue) = 156+236+228=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECE4 is #63131B. Grayscale: #D3D3D3. Windows color (decimal): -6492956 or 15002780. OLE color: 15002780.
HSL color Cylindrical-coordinate representation of color #9CECE4: hue angle of 174º 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 #9CECE4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 228 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.07 |
| HSL | 174º | 0.68% | 0.77% | - |
| HSV(B) | 174º | 0.34% | 0.93% | - |
| XYZ | 57.71 | 72.66 | 84.38 | - |
| YUV | 211.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 228 | 0.34 | 0 | 0.03 | 0.07 | 174 | 0.68 | 0.77 |
| Hex | 9C | EC | E4 | 22 | 0 | 3 | 7 | AE | 44 | 4D |
| Octal | 234 | 354 | 344 | 42 | 0 | 3 | 7 | 256 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11100100 | 100010 | 0 | 11 | 111 | 10101110 | 1000100 | 1001101 |
Color Harmonies of #9CECE4
Complementary color
Monochromatic Colors of #9CECE4
Black with #9CECE4
Text Example
Text Example
White with #9CECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECE4; }
p { color: rgb(156,236,228); }
H1.HeaderClassName
{
color: #9CECE4;
}
.AnyTagClassName
{
color: #9CECE4;
}
</style>
background-color css
<style>
a { background-color: #9CECE4; }
a { background-color: rgb(156,236,228); }
div.DivClassName
{
background-color: #9CECE4;
}
.BgClassName
{
background-color: #9CECE4;
}
</style>
border-color css
<style>
span { border-color: #9CECE4; }
span { border-color: rgb(156,236,228); }
td.TdClassName
{
border-color: #9CECE4;
}
.TagClassName
{
border-color: #9CECE4;
}
</style>