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