Shades of Pale Turquoise #9CFFFC
Tints of Pale Turquoise #9CFFFC
RGB
CMYK
RGB Variations
Color information
#9CFFFC (or 0x9CFFFC) is known color: Pale Turquoise. HEX triplet: 9C, FF and FC. RGB value is (156,255,252). Sum of RGB (Red+Green+Blue) = 156+255+252=663 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.53% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFFC is #630003. Grayscale: #E0E0E0. Windows color (decimal): -6488068 or 16580508. OLE color: 16580508.
HSL color Cylindrical-coordinate representation of color #9CFFFC: hue angle of 178.18º 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 #9CFFFC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 252 | - |
| CMYK | 0.39 | 0 | 0.01 | 0 |
| HSL | 178.18º | 1% | 0.81% | - |
| HSV(B) | 178.18º | 0.39% | 1% | - |
| XYZ | 67.04 | 85.62 | 105.09 | - |
| YUV | 225.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 252 | 0.39 | 0 | 0.01 | 0 | 178.18 | 1 | 0.81 |
| Hex | 9C | FF | FC | 27 | 0 | 1 | 0 | B2 | 64 | 51 |
| Octal | 234 | 377 | 374 | 47 | 0 | 1 | 0 | 262 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11111100 | 100111 | 0 | 1 | 0 | 10110010 | 1100100 | 1010001 |
Color Harmonies of #9CFFFC
Complementary color
Monochromatic Colors of #9CFFFC
Black with #9CFFFC
Text Example
Text Example
White with #9CFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFFC; }
p { color: rgb(156,255,252); }
H1.HeaderClassName
{
color: #9CFFFC;
}
.AnyTagClassName
{
color: #9CFFFC;
}
</style>
background-color css
<style>
a { background-color: #9CFFFC; }
a { background-color: rgb(156,255,252); }
div.DivClassName
{
background-color: #9CFFFC;
}
.BgClassName
{
background-color: #9CFFFC;
}
</style>
border-color css
<style>
span { border-color: #9CFFFC; }
span { border-color: rgb(156,255,252); }
td.TdClassName
{
border-color: #9CFFFC;
}
.TagClassName
{
border-color: #9CFFFC;
}
</style>