Shades of Pale Turquoise #C0FFFD
Tints of Pale Turquoise #C0FFFD
RGB
CMYK
RGB Variations
Color information
#C0FFFD (or 0xC0FFFD) is known color: Pale Turquoise. HEX triplet: C0, FF and FD. RGB value is (192,255,253). Sum of RGB (Red+Green+Blue) = 192+255+253=700 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.43% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFD is #3F0002. Grayscale: #EBEBEB. Windows color (decimal): -4128771 or 16646080. OLE color: 16646080.
HSL color Cylindrical-coordinate representation of color #C0FFFD: hue angle of 178.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFFD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 253 | - |
| CMYK | 0.25 | 0 | 0.01 | 0 |
| HSL | 178.1º | 1% | 0.88% | - |
| HSV(B) | 178.1º | 0.25% | 1% | - |
| XYZ | 75.23 | 89.82 | 106.3 | - |
| YUV | 235.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 253 | 0.25 | 0 | 0.01 | 0 | 178.1 | 1 | 0.88 |
| Hex | C0 | FF | FD | 19 | 0 | 1 | 0 | B2 | 64 | 58 |
| Octal | 300 | 377 | 375 | 31 | 0 | 1 | 0 | 262 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11111101 | 11001 | 0 | 1 | 0 | 10110010 | 1100100 | 1011000 |
Color Harmonies of #C0FFFD
Complementary color
Monochromatic Colors of #C0FFFD
Black with #C0FFFD
Text Example
Text Example
White with #C0FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFFD; }
p { color: rgb(192,255,253); }
H1.HeaderClassName
{
color: #C0FFFD;
}
.AnyTagClassName
{
color: #C0FFFD;
}
</style>
background-color css
<style>
a { background-color: #C0FFFD; }
a { background-color: rgb(192,255,253); }
div.DivClassName
{
background-color: #C0FFFD;
}
.BgClassName
{
background-color: #C0FFFD;
}
</style>
border-color css
<style>
span { border-color: #C0FFFD; }
span { border-color: rgb(192,255,253); }
td.TdClassName
{
border-color: #C0FFFD;
}
.TagClassName
{
border-color: #C0FFFD;
}
</style>