Shades of Pale Turquoise #9CFCEA
Tints of Pale Turquoise #9CFCEA
RGB
CMYK
RGB Variations
Color information
#9CFCEA (or 0x9CFCEA) is known color: Pale Turquoise. HEX triplet: 9C, FC and EA. RGB value is (156,252,234). Sum of RGB (Red+Green+Blue) = 156+252+234=642 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.30% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCEA is #630315. Grayscale: #DDDDDD. Windows color (decimal): -6488854 or 15400092. OLE color: 15400092.
HSL color Cylindrical-coordinate representation of color #9CFCEA: hue angle of 168.75º 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 #9CFCEA is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 234 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.01 |
| HSL | 168.75º | 0.94% | 0.8% | - |
| HSV(B) | 168.75º | 0.38% | 0.99% | - |
| XYZ | 63.37 | 82.63 | 90.45 | - |
| YUV | 221.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 234 | 0.38 | 0 | 0.07 | 0.01 | 168.75 | 0.94 | 0.8 |
| Hex | 9C | FC | EA | 26 | 0 | 7 | 1 | A9 | 5E | 50 |
| Octal | 234 | 374 | 352 | 46 | 0 | 7 | 1 | 251 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11101010 | 100110 | 0 | 111 | 1 | 10101001 | 1011110 | 1010000 |
Color Harmonies of #9CFCEA
Complementary color
Monochromatic Colors of #9CFCEA
Black with #9CFCEA
Text Example
Text Example
White with #9CFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCEA; }
p { color: rgb(156,252,234); }
H1.HeaderClassName
{
color: #9CFCEA;
}
.AnyTagClassName
{
color: #9CFCEA;
}
</style>
background-color css
<style>
a { background-color: #9CFCEA; }
a { background-color: rgb(156,252,234); }
div.DivClassName
{
background-color: #9CFCEA;
}
.BgClassName
{
background-color: #9CFCEA;
}
</style>
border-color css
<style>
span { border-color: #9CFCEA; }
span { border-color: rgb(156,252,234); }
td.TdClassName
{
border-color: #9CFCEA;
}
.TagClassName
{
border-color: #9CFCEA;
}
</style>