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