Shades of Pale Turquoise #C0FDF5
Tints of Pale Turquoise #C0FDF5
RGB
CMYK
RGB Variations
Color information
#C0FDF5 (or 0xC0FDF5) is known color: Pale Turquoise. HEX triplet: C0, FD and F5. RGB value is (192,253,245). Sum of RGB (Red+Green+Blue) = 192+253+245=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDF5 is #3F020A. Grayscale: #E9E9E9. Windows color (decimal): -4129291 or 16121280. OLE color: 16121280.
HSL color Cylindrical-coordinate representation of color #C0FDF5: hue angle of 172.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDF5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 245 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.01 |
| HSL | 172.13º | 0.94% | 0.87% | - |
| HSV(B) | 172.13º | 0.24% | 0.99% | - |
| XYZ | 73.34 | 88.05 | 99.52 | - |
| YUV | 233.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 245 | 0.24 | 0 | 0.03 | 0.01 | 172.13 | 0.94 | 0.87 |
| Hex | C0 | FD | F5 | 18 | 0 | 3 | 1 | AC | 5E | 57 |
| Octal | 300 | 375 | 365 | 30 | 0 | 3 | 1 | 254 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11110101 | 11000 | 0 | 11 | 1 | 10101100 | 1011110 | 1010111 |
Color Harmonies of #C0FDF5
Complementary color
Monochromatic Colors of #C0FDF5
Black with #C0FDF5
Text Example
Text Example
White with #C0FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDF5; }
p { color: rgb(192,253,245); }
H1.HeaderClassName
{
color: #C0FDF5;
}
.AnyTagClassName
{
color: #C0FDF5;
}
</style>
background-color css
<style>
a { background-color: #C0FDF5; }
a { background-color: rgb(192,253,245); }
div.DivClassName
{
background-color: #C0FDF5;
}
.BgClassName
{
background-color: #C0FDF5;
}
</style>
border-color css
<style>
span { border-color: #C0FDF5; }
span { border-color: rgb(192,253,245); }
td.TdClassName
{
border-color: #C0FDF5;
}
.TagClassName
{
border-color: #C0FDF5;
}
</style>