Shades of Pale Turquoise #C0FFF6
Tints of Pale Turquoise #C0FFF6
RGB
CMYK
RGB Variations
Color information
#C0FFF6 (or 0xC0FFF6) is known color: Pale Turquoise. HEX triplet: C0, FF and F6. RGB value is (192,255,246). Sum of RGB (Red+Green+Blue) = 192+255+246=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF6 is #3F0009. Grayscale: #EBEBEB. Windows color (decimal): -4128778 or 16187328. OLE color: 16187328.
HSL color Cylindrical-coordinate representation of color #C0FFF6: hue angle of 171.43º 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 #C0FFF6 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 246 | - |
CMYK | 0.25 | 0 | 0.04 | 0 |
HSL | 171.43º | 1% | 0.88% | - |
HSV(B) | 171.43º | 0.25% | 1% | - |
XYZ | 74.13 | 89.38 | 100.53 | - |
YUV | 235.14 | 134.13 | 97.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 246 | 0.25 | 0 | 0.04 | 0 | 171.43 | 1 | 0.88 |
Hex | C0 | FF | F6 | 19 | 0 | 4 | 0 | AB | 64 | 58 |
Octal | 300 | 377 | 366 | 31 | 0 | 4 | 0 | 253 | 144 | 130 |
Binary | 11000000 | 11111111 | 11110110 | 11001 | 0 | 100 | 0 | 10101011 | 1100100 | 1011000 |
Color Harmonies of #C0FFF6
Complementary color
Monochromatic Colors of #C0FFF6
Black with #C0FFF6
Text Example
Text Example
White with #C0FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFF6; }
p { color: rgb(192,255,246); }
H1.HeaderClassName
{
color: #C0FFF6;
}
.AnyTagClassName
{
color: #C0FFF6;
}
</style>
background-color css
<style>
a { background-color: #C0FFF6; }
a { background-color: rgb(192,255,246); }
div.DivClassName
{
background-color: #C0FFF6;
}
.BgClassName
{
background-color: #C0FFF6;
}
</style>
border-color css
<style>
span { border-color: #C0FFF6; }
span { border-color: rgb(192,255,246); }
td.TdClassName
{
border-color: #C0FFF6;
}
.TagClassName
{
border-color: #C0FFF6;
}
</style>