Shades of Pale Turquoise #C0FFFF
Tints of Pale Turquoise #C0FFFF
RGB
CMYK
RGB Variations
Color information
#C0FFFF (or 0xC0FFFF) is known color: Pale Turquoise. HEX triplet: C0, FF and FF. RGB value is (192,255,255). Sum of RGB (Red+Green+Blue) = 192+255+255=702 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.35% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #C0FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFF is #3F0000. Grayscale: #ECECEC. Windows color (decimal): -4128769 or 16777152. OLE color: 16777152.
HSL color Cylindrical-coordinate representation of color #C0FFFF: hue angle of 180º 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 #C0FFFF is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 255 | - |
CMYK | 0.25 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.88% | - |
HSV(B) | 180º | 0.25% | 1% | - |
XYZ | 75.55 | 89.95 | 107.99 | - |
YUV | 236.16 | 138.63 | 96.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 255 | 0.25 | 0 | 0 | 0 | 180 | 1 | 0.88 |
Hex | C0 | FF | FF | 19 | 0 | 0 | 0 | B4 | 64 | 58 |
Octal | 300 | 377 | 377 | 31 | 0 | 0 | 0 | 264 | 144 | 130 |
Binary | 11000000 | 11111111 | 11111111 | 11001 | 0 | 0 | 0 | 10110100 | 1100100 | 1011000 |
Color Harmonies of #C0FFFF
Complementary color
Monochromatic Colors of #C0FFFF
Black with #C0FFFF
Text Example
Text Example
White with #C0FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFFF; }
p { color: rgb(192,255,255); }
H1.HeaderClassName
{
color: #C0FFFF;
}
.AnyTagClassName
{
color: #C0FFFF;
}
</style>
background-color css
<style>
a { background-color: #C0FFFF; }
a { background-color: rgb(192,255,255); }
div.DivClassName
{
background-color: #C0FFFF;
}
.BgClassName
{
background-color: #C0FFFF;
}
</style>
border-color css
<style>
span { border-color: #C0FFFF; }
span { border-color: rgb(192,255,255); }
td.TdClassName
{
border-color: #C0FFFF;
}
.TagClassName
{
border-color: #C0FFFF;
}
</style>