Shades of Pale Turquoise #C2FAFD
Tints of Pale Turquoise #C2FAFD
RGB
CMYK
RGB Variations
Color information
#C2FAFD (or 0xC2FAFD) is known color: Pale Turquoise. HEX triplet: C2, FA and FD. RGB value is (194,250,253). Sum of RGB (Red+Green+Blue) = 194+250+253=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFD is #3D0502. Grayscale: #E9E9E9. Windows color (decimal): -3998979 or 16644802. OLE color: 16644802.
HSL color Cylindrical-coordinate representation of color #C2FAFD: hue angle of 183.05º 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 #C2FAFD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 250 | 253 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.01 |
| HSL | 183.05º | 0.94% | 0.88% | - |
| HSV(B) | 183.05º | 0.23% | 0.99% | - |
| XYZ | 74.16 | 86.93 | 105.8 | - |
| YUV | 233.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 253 | 0.23 | 0.01 | 0 | 0.01 | 183.05 | 0.94 | 0.88 |
| Hex | C2 | FA | FD | 17 | 1 | 0 | 1 | B7 | 5E | 58 |
| Octal | 302 | 372 | 375 | 27 | 1 | 0 | 1 | 267 | 136 | 130 |
| Binary | 11000010 | 11111010 | 11111101 | 10111 | 1 | 0 | 1 | 10110111 | 1011110 | 1011000 |
Color Harmonies of #C2FAFD
Complementary color
Monochromatic Colors of #C2FAFD
Black with #C2FAFD
Text Example
Text Example
White with #C2FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAFD; }
p { color: rgb(194,250,253); }
H1.HeaderClassName
{
color: #C2FAFD;
}
.AnyTagClassName
{
color: #C2FAFD;
}
</style>
background-color css
<style>
a { background-color: #C2FAFD; }
a { background-color: rgb(194,250,253); }
div.DivClassName
{
background-color: #C2FAFD;
}
.BgClassName
{
background-color: #C2FAFD;
}
</style>
border-color css
<style>
span { border-color: #C2FAFD; }
span { border-color: rgb(194,250,253); }
td.TdClassName
{
border-color: #C2FAFD;
}
.TagClassName
{
border-color: #C2FAFD;
}
</style>