Shades of Pale Turquoise #C2FEF7
Tints of Pale Turquoise #C2FEF7
RGB
CMYK
RGB Variations
Color information
#C2FEF7 (or 0xC2FEF7) is known color: Pale Turquoise. HEX triplet: C2, FE and F7. RGB value is (194,254,247). Sum of RGB (Red+Green+Blue) = 194+254+247=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF7 is #3D0108. Grayscale: #EBEBEB. Windows color (decimal): -3997961 or 16252610. OLE color: 16252610.
HSL color Cylindrical-coordinate representation of color #C2FEF7: hue angle of 173º 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 #C2FEF7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 247 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.00 |
| HSL | 173º | 0.97% | 0.88% | - |
| HSV(B) | 173º | 0.24% | 1% | - |
| XYZ | 74.48 | 89.07 | 101.26 | - |
| YUV | 235.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 247 | 0.24 | 0 | 0.03 | 0.00 | 173 | 0.97 | 0.88 |
| Hex | C2 | FE | F7 | 18 | 0 | 3 | 0 | AD | 61 | 58 |
| Octal | 302 | 376 | 367 | 30 | 0 | 3 | 0 | 255 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11110111 | 11000 | 0 | 11 | 0 | 10101101 | 1100001 | 1011000 |
Color Harmonies of #C2FEF7
Complementary color
Monochromatic Colors of #C2FEF7
Black with #C2FEF7
Text Example
Text Example
White with #C2FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEF7; }
p { color: rgb(194,254,247); }
H1.HeaderClassName
{
color: #C2FEF7;
}
.AnyTagClassName
{
color: #C2FEF7;
}
</style>
background-color css
<style>
a { background-color: #C2FEF7; }
a { background-color: rgb(194,254,247); }
div.DivClassName
{
background-color: #C2FEF7;
}
.BgClassName
{
background-color: #C2FEF7;
}
</style>
border-color css
<style>
span { border-color: #C2FEF7; }
span { border-color: rgb(194,254,247); }
td.TdClassName
{
border-color: #C2FEF7;
}
.TagClassName
{
border-color: #C2FEF7;
}
</style>