Shades of Pale Turquoise #C2FDFE
Tints of Pale Turquoise #C2FDFE
RGB
CMYK
RGB Variations
Color information
#C2FDFE (or 0xC2FDFE) is known color: Pale Turquoise. HEX triplet: C2, FD and FE. RGB value is (194,253,254). Sum of RGB (Red+Green+Blue) = 194+253+254=701 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.67% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFE is #3D0201. Grayscale: #EBEBEB. Windows color (decimal): -3998210 or 16711106. OLE color: 16711106.
HSL color Cylindrical-coordinate representation of color #C2FDFE: hue angle of 181º 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 #C2FDFE is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 253 | 254 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.00 |
| HSL | 181º | 0.97% | 0.88% | - |
| HSV(B) | 181º | 0.24% | 1% | - |
| XYZ | 75.26 | 88.88 | 106.95 | - |
| YUV | 235.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 254 | 0.24 | 0.00 | 0 | 0.00 | 181 | 0.97 | 0.88 |
| Hex | C2 | FD | FE | 18 | 0 | 0 | 0 | B5 | 61 | 58 |
| Octal | 302 | 375 | 376 | 30 | 0 | 0 | 0 | 265 | 141 | 130 |
| Binary | 11000010 | 11111101 | 11111110 | 11000 | 0 | 0 | 0 | 10110101 | 1100001 | 1011000 |
Color Harmonies of #C2FDFE
Complementary color
Monochromatic Colors of #C2FDFE
Black with #C2FDFE
Text Example
Text Example
White with #C2FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDFE; }
p { color: rgb(194,253,254); }
H1.HeaderClassName
{
color: #C2FDFE;
}
.AnyTagClassName
{
color: #C2FDFE;
}
</style>
background-color css
<style>
a { background-color: #C2FDFE; }
a { background-color: rgb(194,253,254); }
div.DivClassName
{
background-color: #C2FDFE;
}
.BgClassName
{
background-color: #C2FDFE;
}
</style>
border-color css
<style>
span { border-color: #C2FDFE; }
span { border-color: rgb(194,253,254); }
td.TdClassName
{
border-color: #C2FDFE;
}
.TagClassName
{
border-color: #C2FDFE;
}
</style>