Shades of Pale Turquoise #C0F4F0
Tints of Pale Turquoise #C0F4F0
RGB
CMYK
RGB Variations
Color information
#C0F4F0 (or 0xC0F4F0) is known color: Pale Turquoise. HEX triplet: C0, F4 and F0. RGB value is (192,244,240). Sum of RGB (Red+Green+Blue) = 192+244+240=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4F0 is #3F0B0F. Grayscale: #E3E3E3. Windows color (decimal): -4131600 or 15791296. OLE color: 15791296.
HSL color Cylindrical-coordinate representation of color #C0F4F0: hue angle of 175.38º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4F0 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 240 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.04 |
| HSL | 175.38º | 0.7% | 0.85% | - |
| HSV(B) | 175.38º | 0.21% | 0.96% | - |
| XYZ | 69.82 | 82.2 | 94.62 | - |
| YUV | 228 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 240 | 0.21 | 0 | 0.02 | 0.04 | 175.38 | 0.7 | 0.85 |
| Hex | C0 | F4 | F0 | 15 | 0 | 2 | 4 | AF | 46 | 55 |
| Octal | 300 | 364 | 360 | 25 | 0 | 2 | 4 | 257 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11110000 | 10101 | 0 | 10 | 100 | 10101111 | 1000110 | 1010101 |
Color Harmonies of #C0F4F0
Complementary color
Monochromatic Colors of #C0F4F0
Black with #C0F4F0
Text Example
Text Example
White with #C0F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4F0; }
p { color: rgb(192,244,240); }
H1.HeaderClassName
{
color: #C0F4F0;
}
.AnyTagClassName
{
color: #C0F4F0;
}
</style>
background-color css
<style>
a { background-color: #C0F4F0; }
a { background-color: rgb(192,244,240); }
div.DivClassName
{
background-color: #C0F4F0;
}
.BgClassName
{
background-color: #C0F4F0;
}
</style>
border-color css
<style>
span { border-color: #C0F4F0; }
span { border-color: rgb(192,244,240); }
td.TdClassName
{
border-color: #C0F4F0;
}
.TagClassName
{
border-color: #C0F4F0;
}
</style>