Shades of Pale Turquoise #C0F5F0
Tints of Pale Turquoise #C0F5F0
RGB
CMYK
RGB Variations
Color information
#C0F5F0 (or 0xC0F5F0) is known color: Pale Turquoise. HEX triplet: C0, F5 and F0. RGB value is (192,245,240). Sum of RGB (Red+Green+Blue) = 192+245+240=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5F0 is #3F0A0F. Grayscale: #E4E4E4. Windows color (decimal): -4131344 or 15791552. OLE color: 15791552.
HSL color Cylindrical-coordinate representation of color #C0F5F0: hue angle of 174.34º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5F0 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 240 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.04 |
| HSL | 174.34º | 0.73% | 0.86% | - |
| HSV(B) | 174.34º | 0.22% | 0.96% | - |
| XYZ | 70.12 | 82.8 | 94.72 | - |
| YUV | 228.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 240 | 0.22 | 0 | 0.02 | 0.04 | 174.34 | 0.73 | 0.86 |
| Hex | C0 | F5 | F0 | 16 | 0 | 2 | 4 | AE | 49 | 56 |
| Octal | 300 | 365 | 360 | 26 | 0 | 2 | 4 | 256 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11110000 | 10110 | 0 | 10 | 100 | 10101110 | 1001001 | 1010110 |
Color Harmonies of #C0F5F0
Complementary color
Monochromatic Colors of #C0F5F0
Black with #C0F5F0
Text Example
Text Example
White with #C0F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5F0; }
p { color: rgb(192,245,240); }
H1.HeaderClassName
{
color: #C0F5F0;
}
.AnyTagClassName
{
color: #C0F5F0;
}
</style>
background-color css
<style>
a { background-color: #C0F5F0; }
a { background-color: rgb(192,245,240); }
div.DivClassName
{
background-color: #C0F5F0;
}
.BgClassName
{
background-color: #C0F5F0;
}
</style>
border-color css
<style>
span { border-color: #C0F5F0; }
span { border-color: rgb(192,245,240); }
td.TdClassName
{
border-color: #C0F5F0;
}
.TagClassName
{
border-color: #C0F5F0;
}
</style>