Shades of Pale Turquoise #C0FFF9
Tints of Pale Turquoise #C0FFF9
RGB
CMYK
RGB Variations
Color information
#C0FFF9 (or 0xC0FFF9) is known color: Pale Turquoise. HEX triplet: C0, FF and F9. RGB value is (192,255,249). Sum of RGB (Red+Green+Blue) = 192+255+249=696 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.59% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF9 is #3F0006. Grayscale: #EBEBEB. Windows color (decimal): -4128775 or 16383936. OLE color: 16383936.
HSL color Cylindrical-coordinate representation of color #C0FFF9: hue angle of 174.29º 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 #C0FFF9 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 249 | - |
CMYK | 0.25 | 0 | 0.02 | 0 |
HSL | 174.29º | 1% | 0.88% | - |
HSV(B) | 174.29º | 0.25% | 1% | - |
XYZ | 74.6 | 89.57 | 102.98 | - |
YUV | 235.48 | 135.63 | 96.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 249 | 0.25 | 0 | 0.02 | 0 | 174.29 | 1 | 0.88 |
Hex | C0 | FF | F9 | 19 | 0 | 2 | 0 | AE | 64 | 58 |
Octal | 300 | 377 | 371 | 31 | 0 | 2 | 0 | 256 | 144 | 130 |
Binary | 11000000 | 11111111 | 11111001 | 11001 | 0 | 10 | 0 | 10101110 | 1100100 | 1011000 |
Color Harmonies of #C0FFF9
Complementary color
Monochromatic Colors of #C0FFF9
Black with #C0FFF9
Text Example
Text Example
White with #C0FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFF9; }
p { color: rgb(192,255,249); }
H1.HeaderClassName
{
color: #C0FFF9;
}
.AnyTagClassName
{
color: #C0FFF9;
}
</style>
background-color css
<style>
a { background-color: #C0FFF9; }
a { background-color: rgb(192,255,249); }
div.DivClassName
{
background-color: #C0FFF9;
}
.BgClassName
{
background-color: #C0FFF9;
}
</style>
border-color css
<style>
span { border-color: #C0FFF9; }
span { border-color: rgb(192,255,249); }
td.TdClassName
{
border-color: #C0FFF9;
}
.TagClassName
{
border-color: #C0FFF9;
}
</style>