Shades of Pale Turquoise #9CFEFC
Tints of Pale Turquoise #9CFEFC
RGB
CMYK
RGB Variations
Color information
#9CFEFC (or 0x9CFEFC) is known color: Pale Turquoise. HEX triplet: 9C, FE and FC. RGB value is (156,254,252). Sum of RGB (Red+Green+Blue) = 156+254+252=662 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.56% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEFC is #630103. Grayscale: #E0E0E0. Windows color (decimal): -6488324 or 16580252. OLE color: 16580252.
HSL color Cylindrical-coordinate representation of color #9CFEFC: hue angle of 178.78º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEFC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 252 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.00 |
| HSL | 178.78º | 0.98% | 0.8% | - |
| HSV(B) | 178.78º | 0.39% | 1% | - |
| XYZ | 66.72 | 84.98 | 104.98 | - |
| YUV | 224.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 252 | 0.39 | 0 | 0.01 | 0.00 | 178.78 | 0.98 | 0.8 |
| Hex | 9C | FE | FC | 27 | 0 | 1 | 0 | B3 | 62 | 50 |
| Octal | 234 | 376 | 374 | 47 | 0 | 1 | 0 | 263 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11111100 | 100111 | 0 | 1 | 0 | 10110011 | 1100010 | 1010000 |
Color Harmonies of #9CFEFC
Complementary color
Monochromatic Colors of #9CFEFC
Black with #9CFEFC
Text Example
Text Example
White with #9CFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEFC; }
p { color: rgb(156,254,252); }
H1.HeaderClassName
{
color: #9CFEFC;
}
.AnyTagClassName
{
color: #9CFEFC;
}
</style>
background-color css
<style>
a { background-color: #9CFEFC; }
a { background-color: rgb(156,254,252); }
div.DivClassName
{
background-color: #9CFEFC;
}
.BgClassName
{
background-color: #9CFEFC;
}
</style>
border-color css
<style>
span { border-color: #9CFEFC; }
span { border-color: rgb(156,254,252); }
td.TdClassName
{
border-color: #9CFEFC;
}
.TagClassName
{
border-color: #9CFEFC;
}
</style>