Shades of Pale Turquoise #C0FDFC
Tints of Pale Turquoise #C0FDFC
RGB
CMYK
RGB Variations
Color information
#C0FDFC (or 0xC0FDFC) is known color: Pale Turquoise. HEX triplet: C0, FD and FC. RGB value is (192,253,252). Sum of RGB (Red+Green+Blue) = 192+253+252=697 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.55% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDFC is #3F0203. Grayscale: #EAEAEA. Windows color (decimal): -4129284 or 16580032. OLE color: 16580032.
HSL color Cylindrical-coordinate representation of color #C0FDFC: hue angle of 179.02º 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 #C0FDFC is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 253 | 252 | - |
CMYK | 0.24 | 0 | 0.00 | 0.01 |
HSL | 179.02º | 0.94% | 0.87% | - |
HSV(B) | 179.02º | 0.24% | 0.99% | - |
XYZ | 74.43 | 88.49 | 105.25 | - |
YUV | 234.65 | 137.79 | 97.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 253 | 252 | 0.24 | 0 | 0.00 | 0.01 | 179.02 | 0.94 | 0.87 |
Hex | C0 | FD | FC | 18 | 0 | 0 | 1 | B3 | 5E | 57 |
Octal | 300 | 375 | 374 | 30 | 0 | 0 | 1 | 263 | 136 | 127 |
Binary | 11000000 | 11111101 | 11111100 | 11000 | 0 | 0 | 1 | 10110011 | 1011110 | 1010111 |
Color Harmonies of #C0FDFC
Complementary color
Monochromatic Colors of #C0FDFC
Black with #C0FDFC
Text Example
Text Example
White with #C0FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDFC; }
p { color: rgb(192,253,252); }
H1.HeaderClassName
{
color: #C0FDFC;
}
.AnyTagClassName
{
color: #C0FDFC;
}
</style>
background-color css
<style>
a { background-color: #C0FDFC; }
a { background-color: rgb(192,253,252); }
div.DivClassName
{
background-color: #C0FDFC;
}
.BgClassName
{
background-color: #C0FDFC;
}
</style>
border-color css
<style>
span { border-color: #C0FDFC; }
span { border-color: rgb(192,253,252); }
td.TdClassName
{
border-color: #C0FDFC;
}
.TagClassName
{
border-color: #C0FDFC;
}
</style>