Shades of Pale Turquoise #C2FCFD
Tints of Pale Turquoise #C2FCFD
RGB
CMYK
RGB Variations
Color information
#C2FCFD (or 0xC2FCFD) is known color: Pale Turquoise. HEX triplet: C2, FC and FD. RGB value is (194,252,253). Sum of RGB (Red+Green+Blue) = 194+252+253=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCFD is #3D0302. Grayscale: #EAEAEA. Windows color (decimal): -3998467 or 16645314. OLE color: 16645314.
HSL color Cylindrical-coordinate representation of color #C2FCFD: hue angle of 181.02º 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 #C2FCFD is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 253 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.01 |
| HSL | 181.02º | 0.94% | 0.88% | - |
| HSV(B) | 181.02º | 0.23% | 0.99% | - |
| XYZ | 74.79 | 88.18 | 106.01 | - |
| YUV | 234.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 253 | 0.23 | 0.00 | 0 | 0.01 | 181.02 | 0.94 | 0.88 |
| Hex | C2 | FC | FD | 17 | 0 | 0 | 1 | B5 | 5E | 58 |
| Octal | 302 | 374 | 375 | 27 | 0 | 0 | 1 | 265 | 136 | 130 |
| Binary | 11000010 | 11111100 | 11111101 | 10111 | 0 | 0 | 1 | 10110101 | 1011110 | 1011000 |
Color Harmonies of #C2FCFD
Complementary color
Monochromatic Colors of #C2FCFD
Black with #C2FCFD
Text Example
Text Example
White with #C2FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCFD; }
p { color: rgb(194,252,253); }
H1.HeaderClassName
{
color: #C2FCFD;
}
.AnyTagClassName
{
color: #C2FCFD;
}
</style>
background-color css
<style>
a { background-color: #C2FCFD; }
a { background-color: rgb(194,252,253); }
div.DivClassName
{
background-color: #C2FCFD;
}
.BgClassName
{
background-color: #C2FCFD;
}
</style>
border-color css
<style>
span { border-color: #C2FCFD; }
span { border-color: rgb(194,252,253); }
td.TdClassName
{
border-color: #C2FCFD;
}
.TagClassName
{
border-color: #C2FCFD;
}
</style>