Shades of Pale Turquoise #C2FAFB
Tints of Pale Turquoise #C2FAFB
RGB
CMYK
RGB Variations
Color information
#C2FAFB (or 0xC2FAFB) is known color: Pale Turquoise. HEX triplet: C2, FA and FB. RGB value is (194,250,251). Sum of RGB (Red+Green+Blue) = 194+250+251=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFB is #3D0504. Grayscale: #E9E9E9. Windows color (decimal): -3998981 or 16513730. OLE color: 16513730.
HSL color Cylindrical-coordinate representation of color #C2FAFB: hue angle of 181.05º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FAFB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 251 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.02 |
| HSL | 181.05º | 0.88% | 0.87% | - |
| HSV(B) | 181.05º | 0.23% | 0.98% | - |
| XYZ | 73.85 | 86.81 | 104.13 | - |
| YUV | 233.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 251 | 0.23 | 0.00 | 0 | 0.02 | 181.05 | 0.88 | 0.87 |
| Hex | C2 | FA | FB | 17 | 0 | 0 | 2 | B5 | 58 | 57 |
| Octal | 302 | 372 | 373 | 27 | 0 | 0 | 2 | 265 | 130 | 127 |
| Binary | 11000010 | 11111010 | 11111011 | 10111 | 0 | 0 | 10 | 10110101 | 1011000 | 1010111 |
Color Harmonies of #C2FAFB
Complementary color
Monochromatic Colors of #C2FAFB
Black with #C2FAFB
Text Example
Text Example
White with #C2FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAFB; }
p { color: rgb(194,250,251); }
H1.HeaderClassName
{
color: #C2FAFB;
}
.AnyTagClassName
{
color: #C2FAFB;
}
</style>
background-color css
<style>
a { background-color: #C2FAFB; }
a { background-color: rgb(194,250,251); }
div.DivClassName
{
background-color: #C2FAFB;
}
.BgClassName
{
background-color: #C2FAFB;
}
</style>
border-color css
<style>
span { border-color: #C2FAFB; }
span { border-color: rgb(194,250,251); }
td.TdClassName
{
border-color: #C2FAFB;
}
.TagClassName
{
border-color: #C2FAFB;
}
</style>