Shades of Pale Turquoise #C2FBF5
Tints of Pale Turquoise #C2FBF5
RGB
CMYK
RGB Variations
Color information
#C2FBF5 (or 0xC2FBF5) is known color: Pale Turquoise. HEX triplet: C2, FB and F5. RGB value is (194,251,245). Sum of RGB (Red+Green+Blue) = 194+251+245=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBF5 is #3D040A. Grayscale: #E9E9E9. Windows color (decimal): -3998731 or 16120770. OLE color: 16120770.
HSL color Cylindrical-coordinate representation of color #C2FBF5: hue angle of 173.68º 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 #C2FBF5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 245 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.02 |
| HSL | 173.68º | 0.88% | 0.87% | - |
| HSV(B) | 173.68º | 0.23% | 0.98% | - |
| XYZ | 73.23 | 87.06 | 99.33 | - |
| YUV | 233.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 245 | 0.23 | 0 | 0.02 | 0.02 | 173.68 | 0.88 | 0.87 |
| Hex | C2 | FB | F5 | 17 | 0 | 2 | 2 | AE | 58 | 57 |
| Octal | 302 | 373 | 365 | 27 | 0 | 2 | 2 | 256 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11110101 | 10111 | 0 | 10 | 10 | 10101110 | 1011000 | 1010111 |
Color Harmonies of #C2FBF5
Complementary color
Monochromatic Colors of #C2FBF5
Black with #C2FBF5
Text Example
Text Example
White with #C2FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBF5; }
p { color: rgb(194,251,245); }
H1.HeaderClassName
{
color: #C2FBF5;
}
.AnyTagClassName
{
color: #C2FBF5;
}
</style>
background-color css
<style>
a { background-color: #C2FBF5; }
a { background-color: rgb(194,251,245); }
div.DivClassName
{
background-color: #C2FBF5;
}
.BgClassName
{
background-color: #C2FBF5;
}
</style>
border-color css
<style>
span { border-color: #C2FBF5; }
span { border-color: rgb(194,251,245); }
td.TdClassName
{
border-color: #C2FBF5;
}
.TagClassName
{
border-color: #C2FBF5;
}
</style>