Shades of Pale Turquoise #C0FFF4
Tints of Pale Turquoise #C0FFF4
RGB
CMYK
RGB Variations
Color information
#C0FFF4 (or 0xC0FFF4) is known color: Pale Turquoise. HEX triplet: C0, FF and F4. RGB value is (192,255,244). Sum of RGB (Red+Green+Blue) = 192+255+244=691 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.79% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF4 is #3F000B. Grayscale: #EAEAEA. Windows color (decimal): -4128780 or 16056256. OLE color: 16056256.
HSL color Cylindrical-coordinate representation of color #C0FFF4: hue angle of 169.52º 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 #C0FFF4 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 244 | - |
CMYK | 0.25 | 0 | 0.04 | 0 |
HSL | 169.52º | 1% | 0.88% | - |
HSV(B) | 169.52º | 0.25% | 1% | - |
XYZ | 73.83 | 89.26 | 98.93 | - |
YUV | 234.91 | 133.13 | 97.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 244 | 0.25 | 0 | 0.04 | 0 | 169.52 | 1 | 0.88 |
Hex | C0 | FF | F4 | 19 | 0 | 4 | 0 | AA | 64 | 58 |
Octal | 300 | 377 | 364 | 31 | 0 | 4 | 0 | 252 | 144 | 130 |
Binary | 11000000 | 11111111 | 11110100 | 11001 | 0 | 100 | 0 | 10101010 | 1100100 | 1011000 |
Color Harmonies of #C0FFF4
Complementary color
Monochromatic Colors of #C0FFF4
Black with #C0FFF4
Text Example
Text Example
White with #C0FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFF4; }
p { color: rgb(192,255,244); }
H1.HeaderClassName
{
color: #C0FFF4;
}
.AnyTagClassName
{
color: #C0FFF4;
}
</style>
background-color css
<style>
a { background-color: #C0FFF4; }
a { background-color: rgb(192,255,244); }
div.DivClassName
{
background-color: #C0FFF4;
}
.BgClassName
{
background-color: #C0FFF4;
}
</style>
border-color css
<style>
span { border-color: #C0FFF4; }
span { border-color: rgb(192,255,244); }
td.TdClassName
{
border-color: #C0FFF4;
}
.TagClassName
{
border-color: #C0FFF4;
}
</style>