Shades of Pale Turquoise #C2FAFC
Tints of Pale Turquoise #C2FAFC
RGB
CMYK
RGB Variations
Color information
#C2FAFC (or 0xC2FAFC) is known color: Pale Turquoise. HEX triplet: C2, FA and FC. RGB value is (194,250,252). Sum of RGB (Red+Green+Blue) = 194+250+252=696 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.87% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFC is #3D0503. Grayscale: #E9E9E9. Windows color (decimal): -3998980 or 16579266. OLE color: 16579266.
HSL color Cylindrical-coordinate representation of color #C2FAFC: hue angle of 182.07º 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 #C2FAFC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 250 | 252 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.01 |
| HSL | 182.07º | 0.91% | 0.87% | - |
| HSV(B) | 182.07º | 0.23% | 0.99% | - |
| XYZ | 74 | 86.87 | 104.96 | - |
| YUV | 233.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 252 | 0.23 | 0.01 | 0 | 0.01 | 182.07 | 0.91 | 0.87 |
| Hex | C2 | FA | FC | 17 | 1 | 0 | 1 | B6 | 5B | 57 |
| Octal | 302 | 372 | 374 | 27 | 1 | 0 | 1 | 266 | 133 | 127 |
| Binary | 11000010 | 11111010 | 11111100 | 10111 | 1 | 0 | 1 | 10110110 | 1011011 | 1010111 |
Color Harmonies of #C2FAFC
Complementary color
Monochromatic Colors of #C2FAFC
Black with #C2FAFC
Text Example
Text Example
White with #C2FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAFC; }
p { color: rgb(194,250,252); }
H1.HeaderClassName
{
color: #C2FAFC;
}
.AnyTagClassName
{
color: #C2FAFC;
}
</style>
background-color css
<style>
a { background-color: #C2FAFC; }
a { background-color: rgb(194,250,252); }
div.DivClassName
{
background-color: #C2FAFC;
}
.BgClassName
{
background-color: #C2FAFC;
}
</style>
border-color css
<style>
span { border-color: #C2FAFC; }
span { border-color: rgb(194,250,252); }
td.TdClassName
{
border-color: #C2FAFC;
}
.TagClassName
{
border-color: #C2FAFC;
}
</style>