Shades of Pale Turquoise #C2FFFD
Tints of Pale Turquoise #C2FFFD
RGB
CMYK
RGB Variations
Color information
#C2FFFD (or 0xC2FFFD) is known color: Pale Turquoise. HEX triplet: C2, FF and FD. RGB value is (194,255,253). Sum of RGB (Red+Green+Blue) = 194+255+253=702 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.64% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFFD is #3D0002. Grayscale: #ECECEC. Windows color (decimal): -3997699 or 16646082. OLE color: 16646082.
HSL color Cylindrical-coordinate representation of color #C2FFFD: hue angle of 178.03º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFFD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 253 | - |
| CMYK | 0.24 | 0 | 0.01 | 0 |
| HSL | 178.03º | 1% | 0.88% | - |
| HSV(B) | 178.03º | 0.24% | 1% | - |
| XYZ | 75.74 | 90.08 | 106.32 | - |
| YUV | 236.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 253 | 0.24 | 0 | 0.01 | 0 | 178.03 | 1 | 0.88 |
| Hex | C2 | FF | FD | 18 | 0 | 1 | 0 | B2 | 64 | 58 |
| Octal | 302 | 377 | 375 | 30 | 0 | 1 | 0 | 262 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11111101 | 11000 | 0 | 1 | 0 | 10110010 | 1100100 | 1011000 |
Color Harmonies of #C2FFFD
Complementary color
Monochromatic Colors of #C2FFFD
Black with #C2FFFD
Text Example
Text Example
White with #C2FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFFD; }
p { color: rgb(194,255,253); }
H1.HeaderClassName
{
color: #C2FFFD;
}
.AnyTagClassName
{
color: #C2FFFD;
}
</style>
background-color css
<style>
a { background-color: #C2FFFD; }
a { background-color: rgb(194,255,253); }
div.DivClassName
{
background-color: #C2FFFD;
}
.BgClassName
{
background-color: #C2FFFD;
}
</style>
border-color css
<style>
span { border-color: #C2FFFD; }
span { border-color: rgb(194,255,253); }
td.TdClassName
{
border-color: #C2FFFD;
}
.TagClassName
{
border-color: #C2FFFD;
}
</style>