Shades of Pale Turquoise #C2FEFC
Tints of Pale Turquoise #C2FEFC
RGB
CMYK
RGB Variations
Color information
#C2FEFC (or 0xC2FEFC) is known color: Pale Turquoise. HEX triplet: C2, FE and FC. RGB value is (194,254,252). Sum of RGB (Red+Green+Blue) = 194+254+252=700 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEFC is #3D0103. Grayscale: #EBEBEB. Windows color (decimal): -3997956 or 16580290. OLE color: 16580290.
HSL color Cylindrical-coordinate representation of color #C2FEFC: hue angle of 178º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEFC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 252 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.00 |
| HSL | 178º | 0.97% | 0.88% | - |
| HSV(B) | 178º | 0.24% | 1% | - |
| XYZ | 75.26 | 89.38 | 105.38 | - |
| YUV | 235.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 252 | 0.24 | 0 | 0.01 | 0.00 | 178 | 0.97 | 0.88 |
| Hex | C2 | FE | FC | 18 | 0 | 1 | 0 | B2 | 61 | 58 |
| Octal | 302 | 376 | 374 | 30 | 0 | 1 | 0 | 262 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11111100 | 11000 | 0 | 1 | 0 | 10110010 | 1100001 | 1011000 |
Color Harmonies of #C2FEFC
Complementary color
Monochromatic Colors of #C2FEFC
Black with #C2FEFC
Text Example
Text Example
White with #C2FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEFC; }
p { color: rgb(194,254,252); }
H1.HeaderClassName
{
color: #C2FEFC;
}
.AnyTagClassName
{
color: #C2FEFC;
}
</style>
background-color css
<style>
a { background-color: #C2FEFC; }
a { background-color: rgb(194,254,252); }
div.DivClassName
{
background-color: #C2FEFC;
}
.BgClassName
{
background-color: #C2FEFC;
}
</style>
border-color css
<style>
span { border-color: #C2FEFC; }
span { border-color: rgb(194,254,252); }
td.TdClassName
{
border-color: #C2FEFC;
}
.TagClassName
{
border-color: #C2FEFC;
}
</style>