Shades of Pale Turquoise #C0FAF7
Tints of Pale Turquoise #C0FAF7
RGB
CMYK
RGB Variations
Color information
#C0FAF7 (or 0xC0FAF7) is known color: Pale Turquoise. HEX triplet: C0, FA and F7. RGB value is (192,250,247). Sum of RGB (Red+Green+Blue) = 192+250+247=689 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.87% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAF7 is #3F0508. Grayscale: #E8E8E8. Windows color (decimal): -4130057 or 16251584. OLE color: 16251584.
HSL color Cylindrical-coordinate representation of color #C0FAF7: hue angle of 176.9º 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 #C0FAF7 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 247 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.02 |
| HSL | 176.9º | 0.85% | 0.87% | - |
| HSV(B) | 176.9º | 0.23% | 0.98% | - |
| XYZ | 72.71 | 86.29 | 100.82 | - |
| YUV | 232.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 247 | 0.23 | 0 | 0.01 | 0.02 | 176.9 | 0.85 | 0.87 |
| Hex | C0 | FA | F7 | 17 | 0 | 1 | 2 | B1 | 55 | 57 |
| Octal | 300 | 372 | 367 | 27 | 0 | 1 | 2 | 261 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11110111 | 10111 | 0 | 1 | 10 | 10110001 | 1010101 | 1010111 |
Color Harmonies of #C0FAF7
Complementary color
Monochromatic Colors of #C0FAF7
Black with #C0FAF7
Text Example
Text Example
White with #C0FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAF7; }
p { color: rgb(192,250,247); }
H1.HeaderClassName
{
color: #C0FAF7;
}
.AnyTagClassName
{
color: #C0FAF7;
}
</style>
background-color css
<style>
a { background-color: #C0FAF7; }
a { background-color: rgb(192,250,247); }
div.DivClassName
{
background-color: #C0FAF7;
}
.BgClassName
{
background-color: #C0FAF7;
}
</style>
border-color css
<style>
span { border-color: #C0FAF7; }
span { border-color: rgb(192,250,247); }
td.TdClassName
{
border-color: #C0FAF7;
}
.TagClassName
{
border-color: #C0FAF7;
}
</style>