Shades of Pale Turquoise #C2FDFC
Tints of Pale Turquoise #C2FDFC
RGB
CMYK
RGB Variations
Color information
#C2FDFC (or 0xC2FDFC) is known color: Pale Turquoise. HEX triplet: C2, FD and FC. RGB value is (194,253,252). Sum of RGB (Red+Green+Blue) = 194+253+252=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFC is #3D0203. Grayscale: #EBEBEB. Windows color (decimal): -3998212 or 16580034. OLE color: 16580034.
HSL color Cylindrical-coordinate representation of color #C2FDFC: hue angle of 178.98º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDFC is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 252 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.01 |
| HSL | 178.98º | 0.94% | 0.88% | - |
| HSV(B) | 178.98º | 0.23% | 0.99% | - |
| XYZ | 74.94 | 88.75 | 105.28 | - |
| YUV | 235.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 252 | 0.23 | 0 | 0.00 | 0.01 | 178.98 | 0.94 | 0.88 |
| Hex | C2 | FD | FC | 17 | 0 | 0 | 1 | B3 | 5E | 58 |
| Octal | 302 | 375 | 374 | 27 | 0 | 0 | 1 | 263 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11111100 | 10111 | 0 | 0 | 1 | 10110011 | 1011110 | 1011000 |
Color Harmonies of #C2FDFC
Complementary color
Monochromatic Colors of #C2FDFC
Black with #C2FDFC
Text Example
Text Example
White with #C2FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDFC; }
p { color: rgb(194,253,252); }
H1.HeaderClassName
{
color: #C2FDFC;
}
.AnyTagClassName
{
color: #C2FDFC;
}
</style>
background-color css
<style>
a { background-color: #C2FDFC; }
a { background-color: rgb(194,253,252); }
div.DivClassName
{
background-color: #C2FDFC;
}
.BgClassName
{
background-color: #C2FDFC;
}
</style>
border-color css
<style>
span { border-color: #C2FDFC; }
span { border-color: rgb(194,253,252); }
td.TdClassName
{
border-color: #C2FDFC;
}
.TagClassName
{
border-color: #C2FDFC;
}
</style>