Shades of Pale Turquoise #C0FAF1
Tints of Pale Turquoise #C0FAF1
RGB
CMYK
RGB Variations
Color information
#C0FAF1 (or 0xC0FAF1) is known color: Pale Turquoise. HEX triplet: C0, FA and F1. RGB value is (192,250,241). Sum of RGB (Red+Green+Blue) = 192+250+241=683 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.11% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAF1 is #3F050E. Grayscale: #E7E7E7. Windows color (decimal): -4130063 or 15858368. OLE color: 15858368.
HSL color Cylindrical-coordinate representation of color #C0FAF1: hue angle of 170.69º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAF1 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 241 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.02 |
| HSL | 170.69º | 0.85% | 0.87% | - |
| HSV(B) | 170.69º | 0.23% | 0.98% | - |
| XYZ | 71.8 | 85.93 | 96.02 | - |
| YUV | 231.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 241 | 0.23 | 0 | 0.04 | 0.02 | 170.69 | 0.85 | 0.87 |
| Hex | C0 | FA | F1 | 17 | 0 | 4 | 2 | AB | 55 | 57 |
| Octal | 300 | 372 | 361 | 27 | 0 | 4 | 2 | 253 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11110001 | 10111 | 0 | 100 | 10 | 10101011 | 1010101 | 1010111 |
Color Harmonies of #C0FAF1
Complementary color
Monochromatic Colors of #C0FAF1
Black with #C0FAF1
Text Example
Text Example
White with #C0FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAF1; }
p { color: rgb(192,250,241); }
H1.HeaderClassName
{
color: #C0FAF1;
}
.AnyTagClassName
{
color: #C0FAF1;
}
</style>
background-color css
<style>
a { background-color: #C0FAF1; }
a { background-color: rgb(192,250,241); }
div.DivClassName
{
background-color: #C0FAF1;
}
.BgClassName
{
background-color: #C0FAF1;
}
</style>
border-color css
<style>
span { border-color: #C0FAF1; }
span { border-color: rgb(192,250,241); }
td.TdClassName
{
border-color: #C0FAF1;
}
.TagClassName
{
border-color: #C0FAF1;
}
</style>