Shades of Pale Turquoise #9CFCEC
Tints of Pale Turquoise #9CFCEC
RGB
CMYK
RGB Variations
Color information
#9CFCEC (or 0x9CFCEC) is known color: Pale Turquoise. HEX triplet: 9C, FC and EC. RGB value is (156,252,236). Sum of RGB (Red+Green+Blue) = 156+252+236=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCEC is #630313. Grayscale: #DDDDDD. Windows color (decimal): -6488852 or 15531164. OLE color: 15531164.
HSL color Cylindrical-coordinate representation of color #9CFCEC: hue angle of 170º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCEC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 236 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.01 |
| HSL | 170º | 0.94% | 0.8% | - |
| HSV(B) | 170º | 0.38% | 0.99% | - |
| XYZ | 63.66 | 82.74 | 91.97 | - |
| YUV | 221.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 236 | 0.38 | 0 | 0.06 | 0.01 | 170 | 0.94 | 0.8 |
| Hex | 9C | FC | EC | 26 | 0 | 6 | 1 | AA | 5E | 50 |
| Octal | 234 | 374 | 354 | 46 | 0 | 6 | 1 | 252 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11101100 | 100110 | 0 | 110 | 1 | 10101010 | 1011110 | 1010000 |
Color Harmonies of #9CFCEC
Complementary color
Monochromatic Colors of #9CFCEC
Black with #9CFCEC
Text Example
Text Example
White with #9CFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCEC; }
p { color: rgb(156,252,236); }
H1.HeaderClassName
{
color: #9CFCEC;
}
.AnyTagClassName
{
color: #9CFCEC;
}
</style>
background-color css
<style>
a { background-color: #9CFCEC; }
a { background-color: rgb(156,252,236); }
div.DivClassName
{
background-color: #9CFCEC;
}
.BgClassName
{
background-color: #9CFCEC;
}
</style>
border-color css
<style>
span { border-color: #9CFCEC; }
span { border-color: rgb(156,252,236); }
td.TdClassName
{
border-color: #9CFCEC;
}
.TagClassName
{
border-color: #9CFCEC;
}
</style>