Shades of Pale Turquoise #9CFFEA
Tints of Pale Turquoise #9CFFEA
RGB
CMYK
RGB Variations
Color information
#9CFFEA (or 0x9CFFEA) is known color: Pale Turquoise. HEX triplet: 9C, FF and EA. RGB value is (156,255,234). Sum of RGB (Red+Green+Blue) = 156+255+234=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFEA is #630015. Grayscale: #DEDEDE. Windows color (decimal): -6488086 or 15400860. OLE color: 15400860.
HSL color Cylindrical-coordinate representation of color #9CFFEA: hue angle of 167.27º 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 #9CFFEA is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 234 | - |
| CMYK | 0.39 | 0 | 0.08 | 0 |
| HSL | 167.27º | 1% | 0.81% | - |
| HSV(B) | 167.27º | 0.39% | 1% | - |
| XYZ | 64.32 | 84.53 | 90.77 | - |
| YUV | 223.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 234 | 0.39 | 0 | 0.08 | 0 | 167.27 | 1 | 0.81 |
| Hex | 9C | FF | EA | 27 | 0 | 8 | 0 | A7 | 64 | 51 |
| Octal | 234 | 377 | 352 | 47 | 0 | 10 | 0 | 247 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11101010 | 100111 | 0 | 1000 | 0 | 10100111 | 1100100 | 1010001 |
Color Harmonies of #9CFFEA
Complementary color
Monochromatic Colors of #9CFFEA
Black with #9CFFEA
Text Example
Text Example
White with #9CFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFEA; }
p { color: rgb(156,255,234); }
H1.HeaderClassName
{
color: #9CFFEA;
}
.AnyTagClassName
{
color: #9CFFEA;
}
</style>
background-color css
<style>
a { background-color: #9CFFEA; }
a { background-color: rgb(156,255,234); }
div.DivClassName
{
background-color: #9CFFEA;
}
.BgClassName
{
background-color: #9CFFEA;
}
</style>
border-color css
<style>
span { border-color: #9CFFEA; }
span { border-color: rgb(156,255,234); }
td.TdClassName
{
border-color: #9CFFEA;
}
.TagClassName
{
border-color: #9CFFEA;
}
</style>