Shades of Turquoise #4CF5CE
Tints of Turquoise #4CF5CE
RGB
CMYK
RGB Variations
Color information
#4CF5CE (or 0x4CF5CE) is known color: Turquoise. HEX triplet: 4C, F5 and CE. RGB value is (76,245,206). Sum of RGB (Red+Green+Blue) = 76+245+206=527 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.42% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #4CF5CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF5CE is #B30A31. Grayscale: #BEBEBE. Windows color (decimal): -11733554 or 13563212. OLE color: 13563212.
HSL color Cylindrical-coordinate representation of color #4CF5CE: hue angle of 166.15º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF5CE is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 245 | 206 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.04 |
| HSL | 166.15º | 0.89% | 0.63% | - |
| HSV(B) | 166.15º | 0.69% | 0.96% | - |
| XYZ | 46.77 | 71.3 | 69.69 | - |
| YUV | 190.02 | 137.01 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 245 | 206 | 0.69 | 0 | 0.16 | 0.04 | 166.15 | 0.89 | 0.63 |
| Hex | 4C | F5 | CE | 45 | 0 | 10 | 4 | A6 | 59 | 3F |
| Octal | 114 | 365 | 316 | 105 | 0 | 20 | 4 | 246 | 131 | 77 |
| Binary | 1001100 | 11110101 | 11001110 | 1000101 | 0 | 10000 | 100 | 10100110 | 1011001 | 111111 |
Color Harmonies of #4CF5CE
Complementary color
Monochromatic Colors of #4CF5CE
Black with #4CF5CE
Text Example
Text Example
White with #4CF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF5CE; }
p { color: rgb(76,245,206); }
H1.HeaderClassName
{
color: #4CF5CE;
}
.AnyTagClassName
{
color: #4CF5CE;
}
</style>
background-color css
<style>
a { background-color: #4CF5CE; }
a { background-color: rgb(76,245,206); }
div.DivClassName
{
background-color: #4CF5CE;
}
.BgClassName
{
background-color: #4CF5CE;
}
</style>
border-color css
<style>
span { border-color: #4CF5CE; }
span { border-color: rgb(76,245,206); }
td.TdClassName
{
border-color: #4CF5CE;
}
.TagClassName
{
border-color: #4CF5CE;
}
</style>