Shades of Pale Turquoise #C0FFFC
Tints of Pale Turquoise #C0FFFC
RGB
CMYK
RGB Variations
Color information
#C0FFFC (or 0xC0FFFC) is known color: Pale Turquoise. HEX triplet: C0, FF and FC. RGB value is (192,255,252). Sum of RGB (Red+Green+Blue) = 192+255+252=699 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.47% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFC is #3F0003. Grayscale: #EBEBEB. Windows color (decimal): -4128772 or 16580544. OLE color: 16580544.
HSL color Cylindrical-coordinate representation of color #C0FFFC: hue angle of 177.14º 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 #C0FFFC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 252 | - |
CMYK | 0.25 | 0 | 0.01 | 0 |
HSL | 177.14º | 1% | 0.88% | - |
HSV(B) | 177.14º | 0.25% | 1% | - |
XYZ | 75.07 | 89.75 | 105.46 | - |
YUV | 235.82 | 137.13 | 96.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 252 | 0.25 | 0 | 0.01 | 0 | 177.14 | 1 | 0.88 |
Hex | C0 | FF | FC | 19 | 0 | 1 | 0 | B1 | 64 | 58 |
Octal | 300 | 377 | 374 | 31 | 0 | 1 | 0 | 261 | 144 | 130 |
Binary | 11000000 | 11111111 | 11111100 | 11001 | 0 | 1 | 0 | 10110001 | 1100100 | 1011000 |
Color Harmonies of #C0FFFC
Complementary color
Monochromatic Colors of #C0FFFC
Black with #C0FFFC
Text Example
Text Example
White with #C0FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFFC; }
p { color: rgb(192,255,252); }
H1.HeaderClassName
{
color: #C0FFFC;
}
.AnyTagClassName
{
color: #C0FFFC;
}
</style>
background-color css
<style>
a { background-color: #C0FFFC; }
a { background-color: rgb(192,255,252); }
div.DivClassName
{
background-color: #C0FFFC;
}
.BgClassName
{
background-color: #C0FFFC;
}
</style>
border-color css
<style>
span { border-color: #C0FFFC; }
span { border-color: rgb(192,255,252); }
td.TdClassName
{
border-color: #C0FFFC;
}
.TagClassName
{
border-color: #C0FFFC;
}
</style>