Shades of Pale Turquoise #C2FBF6
Tints of Pale Turquoise #C2FBF6
RGB
CMYK
RGB Variations
Color information
#C2FBF6 (or 0xC2FBF6) is known color: Pale Turquoise. HEX triplet: C2, FB and F6. RGB value is (194,251,246). Sum of RGB (Red+Green+Blue) = 194+251+246=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBF6 is #3D0409. Grayscale: #E9E9E9. Windows color (decimal): -3998730 or 16186306. OLE color: 16186306.
HSL color Cylindrical-coordinate representation of color #C2FBF6: hue angle of 174.74º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBF6 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 246 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.02 |
| HSL | 174.74º | 0.88% | 0.87% | - |
| HSV(B) | 174.74º | 0.23% | 0.98% | - |
| XYZ | 73.38 | 87.12 | 100.14 | - |
| YUV | 233.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 246 | 0.23 | 0 | 0.02 | 0.02 | 174.74 | 0.88 | 0.87 |
| Hex | C2 | FB | F6 | 17 | 0 | 2 | 2 | AF | 58 | 57 |
| Octal | 302 | 373 | 366 | 27 | 0 | 2 | 2 | 257 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11110110 | 10111 | 0 | 10 | 10 | 10101111 | 1011000 | 1010111 |
Color Harmonies of #C2FBF6
Complementary color
Monochromatic Colors of #C2FBF6
Black with #C2FBF6
Text Example
Text Example
White with #C2FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBF6; }
p { color: rgb(194,251,246); }
H1.HeaderClassName
{
color: #C2FBF6;
}
.AnyTagClassName
{
color: #C2FBF6;
}
</style>
background-color css
<style>
a { background-color: #C2FBF6; }
a { background-color: rgb(194,251,246); }
div.DivClassName
{
background-color: #C2FBF6;
}
.BgClassName
{
background-color: #C2FBF6;
}
</style>
border-color css
<style>
span { border-color: #C2FBF6; }
span { border-color: rgb(194,251,246); }
td.TdClassName
{
border-color: #C2FBF6;
}
.TagClassName
{
border-color: #C2FBF6;
}
</style>