Shades of Pale Turquoise #C0FEFC
Tints of Pale Turquoise #C0FEFC
RGB
CMYK
RGB Variations
Color information
#C0FEFC (or 0xC0FEFC) is known color: Pale Turquoise. HEX triplet: C0, FE and FC. RGB value is (192,254,252). Sum of RGB (Red+Green+Blue) = 192+254+252=698 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.51% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFC is #3F0103. Grayscale: #EBEBEB. Windows color (decimal): -4129028 or 16580288. OLE color: 16580288.
HSL color Cylindrical-coordinate representation of color #C0FEFC: hue angle of 178.06º 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 #C0FEFC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 252 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.00 |
| HSL | 178.06º | 0.97% | 0.87% | - |
| HSV(B) | 178.06º | 0.24% | 1% | - |
| XYZ | 74.75 | 89.12 | 105.36 | - |
| YUV | 235.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 252 | 0.24 | 0 | 0.01 | 0.00 | 178.06 | 0.97 | 0.87 |
| Hex | C0 | FE | FC | 18 | 0 | 1 | 0 | B2 | 61 | 57 |
| Octal | 300 | 376 | 374 | 30 | 0 | 1 | 0 | 262 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11111100 | 11000 | 0 | 1 | 0 | 10110010 | 1100001 | 1010111 |
Color Harmonies of #C0FEFC
Complementary color
Monochromatic Colors of #C0FEFC
Black with #C0FEFC
Text Example
Text Example
White with #C0FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEFC; }
p { color: rgb(192,254,252); }
H1.HeaderClassName
{
color: #C0FEFC;
}
.AnyTagClassName
{
color: #C0FEFC;
}
</style>
background-color css
<style>
a { background-color: #C0FEFC; }
a { background-color: rgb(192,254,252); }
div.DivClassName
{
background-color: #C0FEFC;
}
.BgClassName
{
background-color: #C0FEFC;
}
</style>
border-color css
<style>
span { border-color: #C0FEFC; }
span { border-color: rgb(192,254,252); }
td.TdClassName
{
border-color: #C0FEFC;
}
.TagClassName
{
border-color: #C0FEFC;
}
</style>