Shades of Pale Turquoise #C2FCFA
Tints of Pale Turquoise #C2FCFA
RGB
CMYK
RGB Variations
Color information
#C2FCFA (or 0xC2FCFA) is known color: Pale Turquoise. HEX triplet: C2, FC and FA. RGB value is (194,252,250). Sum of RGB (Red+Green+Blue) = 194+252+250=696 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.87% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCFA is #3D0305. Grayscale: #EAEAEA. Windows color (decimal): -3998470 or 16448706. OLE color: 16448706.
HSL color Cylindrical-coordinate representation of color #C2FCFA: hue angle of 177.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCFA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 250 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.01 |
| HSL | 177.93º | 0.91% | 0.87% | - |
| HSV(B) | 177.93º | 0.23% | 0.99% | - |
| XYZ | 74.31 | 87.99 | 103.51 | - |
| YUV | 234.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 250 | 0.23 | 0 | 0.01 | 0.01 | 177.93 | 0.91 | 0.87 |
| Hex | C2 | FC | FA | 17 | 0 | 1 | 1 | B2 | 5B | 57 |
| Octal | 302 | 374 | 372 | 27 | 0 | 1 | 1 | 262 | 133 | 127 |
| Binary | 11000010 | 11111100 | 11111010 | 10111 | 0 | 1 | 1 | 10110010 | 1011011 | 1010111 |
Color Harmonies of #C2FCFA
Complementary color
Monochromatic Colors of #C2FCFA
Black with #C2FCFA
Text Example
Text Example
White with #C2FCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCFA; }
p { color: rgb(194,252,250); }
H1.HeaderClassName
{
color: #C2FCFA;
}
.AnyTagClassName
{
color: #C2FCFA;
}
</style>
background-color css
<style>
a { background-color: #C2FCFA; }
a { background-color: rgb(194,252,250); }
div.DivClassName
{
background-color: #C2FCFA;
}
.BgClassName
{
background-color: #C2FCFA;
}
</style>
border-color css
<style>
span { border-color: #C2FCFA; }
span { border-color: rgb(194,252,250); }
td.TdClassName
{
border-color: #C2FCFA;
}
.TagClassName
{
border-color: #C2FCFA;
}
</style>