Shades of Pale Turquoise #C0FFFA
Tints of Pale Turquoise #C0FFFA
RGB
CMYK
RGB Variations
Color information
#C0FFFA (or 0xC0FFFA) is known color: Pale Turquoise. HEX triplet: C0, FF and FA. RGB value is (192,255,250). Sum of RGB (Red+Green+Blue) = 192+255+250=697 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.55% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFA is #3F0005. Grayscale: #EBEBEB. Windows color (decimal): -4128774 or 16449472. OLE color: 16449472.
HSL color Cylindrical-coordinate representation of color #C0FFFA: hue angle of 175.24º 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 #C0FFFA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 250 | - |
CMYK | 0.25 | 0 | 0.02 | 0 |
HSL | 175.24º | 1% | 0.88% | - |
HSV(B) | 175.24º | 0.25% | 1% | - |
XYZ | 74.75 | 89.63 | 103.8 | - |
YUV | 235.59 | 136.13 | 96.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 250 | 0.25 | 0 | 0.02 | 0 | 175.24 | 1 | 0.88 |
Hex | C0 | FF | FA | 19 | 0 | 2 | 0 | AF | 64 | 58 |
Octal | 300 | 377 | 372 | 31 | 0 | 2 | 0 | 257 | 144 | 130 |
Binary | 11000000 | 11111111 | 11111010 | 11001 | 0 | 10 | 0 | 10101111 | 1100100 | 1011000 |
Color Harmonies of #C0FFFA
Complementary color
Monochromatic Colors of #C0FFFA
Black with #C0FFFA
Text Example
Text Example
White with #C0FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFFA; }
p { color: rgb(192,255,250); }
H1.HeaderClassName
{
color: #C0FFFA;
}
.AnyTagClassName
{
color: #C0FFFA;
}
</style>
background-color css
<style>
a { background-color: #C0FFFA; }
a { background-color: rgb(192,255,250); }
div.DivClassName
{
background-color: #C0FFFA;
}
.BgClassName
{
background-color: #C0FFFA;
}
</style>
border-color css
<style>
span { border-color: #C0FFFA; }
span { border-color: rgb(192,255,250); }
td.TdClassName
{
border-color: #C0FFFA;
}
.TagClassName
{
border-color: #C0FFFA;
}
</style>