Shades of Pale Turquoise #C2FEFD
Tints of Pale Turquoise #C2FEFD
RGB
CMYK
RGB Variations
Color information
#C2FEFD (or 0xC2FEFD) is known color: Pale Turquoise. HEX triplet: C2, FE and FD. RGB value is (194,254,253). Sum of RGB (Red+Green+Blue) = 194+254+253=701 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.67% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEFD is #3D0102. Grayscale: #EBEBEB. Windows color (decimal): -3997955 or 16645826. OLE color: 16645826.
HSL color Cylindrical-coordinate representation of color #C2FEFD: hue angle of 179º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEFD is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 253 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.00 |
| HSL | 179º | 0.97% | 0.88% | - |
| HSV(B) | 179º | 0.24% | 1% | - |
| XYZ | 75.42 | 89.44 | 106.22 | - |
| YUV | 235.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 253 | 0.24 | 0 | 0.00 | 0.00 | 179 | 0.97 | 0.88 |
| Hex | C2 | FE | FD | 18 | 0 | 0 | 0 | B3 | 61 | 58 |
| Octal | 302 | 376 | 375 | 30 | 0 | 0 | 0 | 263 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11111101 | 11000 | 0 | 0 | 0 | 10110011 | 1100001 | 1011000 |
Color Harmonies of #C2FEFD
Complementary color
Monochromatic Colors of #C2FEFD
Black with #C2FEFD
Text Example
Text Example
White with #C2FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEFD; }
p { color: rgb(194,254,253); }
H1.HeaderClassName
{
color: #C2FEFD;
}
.AnyTagClassName
{
color: #C2FEFD;
}
</style>
background-color css
<style>
a { background-color: #C2FEFD; }
a { background-color: rgb(194,254,253); }
div.DivClassName
{
background-color: #C2FEFD;
}
.BgClassName
{
background-color: #C2FEFD;
}
</style>
border-color css
<style>
span { border-color: #C2FEFD; }
span { border-color: rgb(194,254,253); }
td.TdClassName
{
border-color: #C2FEFD;
}
.TagClassName
{
border-color: #C2FEFD;
}
</style>