Shades of Pale Turquoise #C0FEFA
Tints of Pale Turquoise #C0FEFA
RGB
CMYK
RGB Variations
Color information
#C0FEFA (or 0xC0FEFA) is known color: Pale Turquoise. HEX triplet: C0, FE and FA. RGB value is (192,254,250). Sum of RGB (Red+Green+Blue) = 192+254+250=696 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.59% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFA is #3F0105. Grayscale: #EAEAEA. Windows color (decimal): -4129030 or 16449216. OLE color: 16449216.
HSL color Cylindrical-coordinate representation of color #C0FEFA: hue angle of 176.13º 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 #C0FEFA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 250 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.00 |
| HSL | 176.13º | 0.97% | 0.87% | - |
| HSV(B) | 176.13º | 0.24% | 1% | - |
| XYZ | 74.44 | 88.99 | 103.7 | - |
| YUV | 235.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 250 | 0.24 | 0 | 0.02 | 0.00 | 176.13 | 0.97 | 0.87 |
| Hex | C0 | FE | FA | 18 | 0 | 2 | 0 | B0 | 61 | 57 |
| Octal | 300 | 376 | 372 | 30 | 0 | 2 | 0 | 260 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11111010 | 11000 | 0 | 10 | 0 | 10110000 | 1100001 | 1010111 |
Color Harmonies of #C0FEFA
Complementary color
Monochromatic Colors of #C0FEFA
Black with #C0FEFA
Text Example
Text Example
White with #C0FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEFA; }
p { color: rgb(192,254,250); }
H1.HeaderClassName
{
color: #C0FEFA;
}
.AnyTagClassName
{
color: #C0FEFA;
}
</style>
background-color css
<style>
a { background-color: #C0FEFA; }
a { background-color: rgb(192,254,250); }
div.DivClassName
{
background-color: #C0FEFA;
}
.BgClassName
{
background-color: #C0FEFA;
}
</style>
border-color css
<style>
span { border-color: #C0FEFA; }
span { border-color: rgb(192,254,250); }
td.TdClassName
{
border-color: #C0FEFA;
}
.TagClassName
{
border-color: #C0FEFA;
}
</style>