Shades of Pale Turquoise #9CFFEC
Tints of Pale Turquoise #9CFFEC
RGB
CMYK
RGB Variations
Color information
#9CFFEC (or 0x9CFFEC) is known color: Pale Turquoise. HEX triplet: 9C, FF and EC. RGB value is (156,255,236). Sum of RGB (Red+Green+Blue) = 156+255+236=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFEC is #630013. Grayscale: #DFDFDF. Windows color (decimal): -6488084 or 15531932. OLE color: 15531932.
HSL color Cylindrical-coordinate representation of color #9CFFEC: hue angle of 168.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFEC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 236 | - |
| CMYK | 0.39 | 0 | 0.07 | 0 |
| HSL | 168.48º | 1% | 0.81% | - |
| HSV(B) | 168.48º | 0.39% | 1% | - |
| XYZ | 64.61 | 84.64 | 92.29 | - |
| YUV | 223.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 236 | 0.39 | 0 | 0.07 | 0 | 168.48 | 1 | 0.81 |
| Hex | 9C | FF | EC | 27 | 0 | 7 | 0 | A8 | 64 | 51 |
| Octal | 234 | 377 | 354 | 47 | 0 | 7 | 0 | 250 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11101100 | 100111 | 0 | 111 | 0 | 10101000 | 1100100 | 1010001 |
Color Harmonies of #9CFFEC
Complementary color
Monochromatic Colors of #9CFFEC
Black with #9CFFEC
Text Example
Text Example
White with #9CFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFEC; }
p { color: rgb(156,255,236); }
H1.HeaderClassName
{
color: #9CFFEC;
}
.AnyTagClassName
{
color: #9CFFEC;
}
</style>
background-color css
<style>
a { background-color: #9CFFEC; }
a { background-color: rgb(156,255,236); }
div.DivClassName
{
background-color: #9CFFEC;
}
.BgClassName
{
background-color: #9CFFEC;
}
</style>
border-color css
<style>
span { border-color: #9CFFEC; }
span { border-color: rgb(156,255,236); }
td.TdClassName
{
border-color: #9CFFEC;
}
.TagClassName
{
border-color: #9CFFEC;
}
</style>