Shades of Pale Turquoise #C0FFFE
Tints of Pale Turquoise #C0FFFE
RGB
CMYK
RGB Variations
Color information
#C0FFFE (or 0xC0FFFE) is known color: Pale Turquoise. HEX triplet: C0, FF and FE. RGB value is (192,255,254). Sum of RGB (Red+Green+Blue) = 192+255+254=701 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.39% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFE is #3F0001. Grayscale: #EBEBEB. Windows color (decimal): -4128770 or 16711616. OLE color: 16711616.
HSL color Cylindrical-coordinate representation of color #C0FFFE: hue angle of 179.05º 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 #C0FFFE is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 254 | - |
CMYK | 0.25 | 0 | 0.00 | 0 |
HSL | 179.05º | 1% | 0.88% | - |
HSV(B) | 179.05º | 0.25% | 1% | - |
XYZ | 75.39 | 89.88 | 107.14 | - |
YUV | 236.05 | 138.13 | 96.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 254 | 0.25 | 0 | 0.00 | 0 | 179.05 | 1 | 0.88 |
Hex | C0 | FF | FE | 19 | 0 | 0 | 0 | B3 | 64 | 58 |
Octal | 300 | 377 | 376 | 31 | 0 | 0 | 0 | 263 | 144 | 130 |
Binary | 11000000 | 11111111 | 11111110 | 11001 | 0 | 0 | 0 | 10110011 | 1100100 | 1011000 |
Color Harmonies of #C0FFFE
Complementary color
Monochromatic Colors of #C0FFFE
Black with #C0FFFE
Text Example
Text Example
White with #C0FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFFE; }
p { color: rgb(192,255,254); }
H1.HeaderClassName
{
color: #C0FFFE;
}
.AnyTagClassName
{
color: #C0FFFE;
}
</style>
background-color css
<style>
a { background-color: #C0FFFE; }
a { background-color: rgb(192,255,254); }
div.DivClassName
{
background-color: #C0FFFE;
}
.BgClassName
{
background-color: #C0FFFE;
}
</style>
border-color css
<style>
span { border-color: #C0FFFE; }
span { border-color: rgb(192,255,254); }
td.TdClassName
{
border-color: #C0FFFE;
}
.TagClassName
{
border-color: #C0FFFE;
}
</style>