Shades of Pale Turquoise #C0FEF9
Tints of Pale Turquoise #C0FEF9
RGB
CMYK
RGB Variations
Color information
#C0FEF9 (or 0xC0FEF9) is known color: Pale Turquoise. HEX triplet: C0, FE and F9. RGB value is (192,254,249). Sum of RGB (Red+Green+Blue) = 192+254+249=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF9 is #3F0106. Grayscale: #EAEAEA. Windows color (decimal): -4129031 or 16383680. OLE color: 16383680.
HSL color Cylindrical-coordinate representation of color #C0FEF9: hue angle of 175.16º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEF9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 249 | - |
CMYK | 0.24 | 0 | 0.02 | 0.00 |
HSL | 175.16º | 0.97% | 0.87% | - |
HSV(B) | 175.16º | 0.24% | 1% | - |
XYZ | 74.28 | 88.93 | 102.87 | - |
YUV | 234.89 | 135.96 | 97.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 249 | 0.24 | 0 | 0.02 | 0.00 | 175.16 | 0.97 | 0.87 |
Hex | C0 | FE | F9 | 18 | 0 | 2 | 0 | AF | 61 | 57 |
Octal | 300 | 376 | 371 | 30 | 0 | 2 | 0 | 257 | 141 | 127 |
Binary | 11000000 | 11111110 | 11111001 | 11000 | 0 | 10 | 0 | 10101111 | 1100001 | 1010111 |
Color Harmonies of #C0FEF9
Complementary color
Monochromatic Colors of #C0FEF9
Black with #C0FEF9
Text Example
Text Example
White with #C0FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEF9; }
p { color: rgb(192,254,249); }
H1.HeaderClassName
{
color: #C0FEF9;
}
.AnyTagClassName
{
color: #C0FEF9;
}
</style>
background-color css
<style>
a { background-color: #C0FEF9; }
a { background-color: rgb(192,254,249); }
div.DivClassName
{
background-color: #C0FEF9;
}
.BgClassName
{
background-color: #C0FEF9;
}
</style>
border-color css
<style>
span { border-color: #C0FEF9; }
span { border-color: rgb(192,254,249); }
td.TdClassName
{
border-color: #C0FEF9;
}
.TagClassName
{
border-color: #C0FEF9;
}
</style>