Shades of Pale Turquoise #C0FEF7
Tints of Pale Turquoise #C0FEF7
RGB
CMYK
RGB Variations
Color information
#C0FEF7 (or 0xC0FEF7) is known color: Pale Turquoise. HEX triplet: C0, FE and F7. RGB value is (192,254,247). Sum of RGB (Red+Green+Blue) = 192+254+247=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF7 is #3F0108. Grayscale: #EAEAEA. Windows color (decimal): -4129033 or 16252608. OLE color: 16252608.
HSL color Cylindrical-coordinate representation of color #C0FEF7: hue angle of 173.23º 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 #C0FEF7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 247 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.00 |
| HSL | 173.23º | 0.97% | 0.87% | - |
| HSV(B) | 173.23º | 0.24% | 1% | - |
| XYZ | 73.97 | 88.81 | 101.24 | - |
| YUV | 234.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 247 | 0.24 | 0 | 0.03 | 0.00 | 173.23 | 0.97 | 0.87 |
| Hex | C0 | FE | F7 | 18 | 0 | 3 | 0 | AD | 61 | 57 |
| Octal | 300 | 376 | 367 | 30 | 0 | 3 | 0 | 255 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11110111 | 11000 | 0 | 11 | 0 | 10101101 | 1100001 | 1010111 |
Color Harmonies of #C0FEF7
Complementary color
Monochromatic Colors of #C0FEF7
Black with #C0FEF7
Text Example
Text Example
White with #C0FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEF7; }
p { color: rgb(192,254,247); }
H1.HeaderClassName
{
color: #C0FEF7;
}
.AnyTagClassName
{
color: #C0FEF7;
}
</style>
background-color css
<style>
a { background-color: #C0FEF7; }
a { background-color: rgb(192,254,247); }
div.DivClassName
{
background-color: #C0FEF7;
}
.BgClassName
{
background-color: #C0FEF7;
}
</style>
border-color css
<style>
span { border-color: #C0FEF7; }
span { border-color: rgb(192,254,247); }
td.TdClassName
{
border-color: #C0FEF7;
}
.TagClassName
{
border-color: #C0FEF7;
}
</style>