Shades of Pale Turquoise #C0FCF4
Tints of Pale Turquoise #C0FCF4
RGB
CMYK
RGB Variations
Color information
#C0FCF4 (or 0xC0FCF4) is known color: Pale Turquoise. HEX triplet: C0, FC and F4. RGB value is (192,252,244). Sum of RGB (Red+Green+Blue) = 192+252+244=688 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.91% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCF4 is #3F030B. Grayscale: #E9E9E9. Windows color (decimal): -4129548 or 16055488. OLE color: 16055488.
HSL color Cylindrical-coordinate representation of color #C0FCF4: hue angle of 172º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCF4 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 244 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.01 |
| HSL | 172º | 0.91% | 0.87% | - |
| HSV(B) | 172º | 0.24% | 0.99% | - |
| XYZ | 72.88 | 87.36 | 98.61 | - |
| YUV | 233.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 244 | 0.24 | 0 | 0.03 | 0.01 | 172 | 0.91 | 0.87 |
| Hex | C0 | FC | F4 | 18 | 0 | 3 | 1 | AC | 5B | 57 |
| Octal | 300 | 374 | 364 | 30 | 0 | 3 | 1 | 254 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11110100 | 11000 | 0 | 11 | 1 | 10101100 | 1011011 | 1010111 |
Color Harmonies of #C0FCF4
Complementary color
Monochromatic Colors of #C0FCF4
Black with #C0FCF4
Text Example
Text Example
White with #C0FCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCF4; }
p { color: rgb(192,252,244); }
H1.HeaderClassName
{
color: #C0FCF4;
}
.AnyTagClassName
{
color: #C0FCF4;
}
</style>
background-color css
<style>
a { background-color: #C0FCF4; }
a { background-color: rgb(192,252,244); }
div.DivClassName
{
background-color: #C0FCF4;
}
.BgClassName
{
background-color: #C0FCF4;
}
</style>
border-color css
<style>
span { border-color: #C0FCF4; }
span { border-color: rgb(192,252,244); }
td.TdClassName
{
border-color: #C0FCF4;
}
.TagClassName
{
border-color: #C0FCF4;
}
</style>