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