Shades of Pale Turquoise #C0FEF4
Tints of Pale Turquoise #C0FEF4
RGB
CMYK
RGB Variations
Color information
#C0FEF4 (or 0xC0FEF4) is known color: Pale Turquoise. HEX triplet: C0, FE and F4. RGB value is (192,254,244). Sum of RGB (Red+Green+Blue) = 192+254+244=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF4 is #3F010B. Grayscale: #EAEAEA. Windows color (decimal): -4129036 or 16056000. OLE color: 16056000.
HSL color Cylindrical-coordinate representation of color #C0FEF4: hue angle of 170.32º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEF4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 244 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.00 |
| HSL | 170.32º | 0.97% | 0.87% | - |
| HSV(B) | 170.32º | 0.24% | 1% | - |
| XYZ | 73.51 | 88.62 | 98.82 | - |
| YUV | 234.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 244 | 0.24 | 0 | 0.04 | 0.00 | 170.32 | 0.97 | 0.87 |
| Hex | C0 | FE | F4 | 18 | 0 | 4 | 0 | AA | 61 | 57 |
| Octal | 300 | 376 | 364 | 30 | 0 | 4 | 0 | 252 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11110100 | 11000 | 0 | 100 | 0 | 10101010 | 1100001 | 1010111 |
Color Harmonies of #C0FEF4
Complementary color
Monochromatic Colors of #C0FEF4
Black with #C0FEF4
Text Example
Text Example
White with #C0FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEF4; }
p { color: rgb(192,254,244); }
H1.HeaderClassName
{
color: #C0FEF4;
}
.AnyTagClassName
{
color: #C0FEF4;
}
</style>
background-color css
<style>
a { background-color: #C0FEF4; }
a { background-color: rgb(192,254,244); }
div.DivClassName
{
background-color: #C0FEF4;
}
.BgClassName
{
background-color: #C0FEF4;
}
</style>
border-color css
<style>
span { border-color: #C0FEF4; }
span { border-color: rgb(192,254,244); }
td.TdClassName
{
border-color: #C0FEF4;
}
.TagClassName
{
border-color: #C0FEF4;
}
</style>