Shades of Turquoise #4CF6ED
Tints of Turquoise #4CF6ED
RGB
CMYK
RGB Variations
Color information
#4CF6ED (or 0x4CF6ED) is known color: Turquoise. HEX triplet: 4C, F6 and ED. RGB value is (76,246,237). Sum of RGB (Red+Green+Blue) = 76+246+237=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF6ED is #B30912. Grayscale: #C2C2C2. Windows color (decimal): -11733267 or 15595084. OLE color: 15595084.
HSL color Cylindrical-coordinate representation of color #4CF6ED: hue angle of 176.82º degrees, saturation: 0.9, 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 #4CF6ED is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 237 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.04 |
| HSL | 176.82º | 0.9% | 0.63% | - |
| HSV(B) | 176.82º | 0.69% | 0.96% | - |
| XYZ | 51.22 | 73.56 | 91.62 | - |
| YUV | 194.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 237 | 0.69 | 0 | 0.04 | 0.04 | 176.82 | 0.9 | 0.63 |
| Hex | 4C | F6 | ED | 45 | 0 | 4 | 4 | B1 | 5A | 3F |
| Octal | 114 | 366 | 355 | 105 | 0 | 4 | 4 | 261 | 132 | 77 |
| Binary | 1001100 | 11110110 | 11101101 | 1000101 | 0 | 100 | 100 | 10110001 | 1011010 | 111111 |
Color Harmonies of #4CF6ED
Complementary color
Monochromatic Colors of #4CF6ED
Black with #4CF6ED
Text Example
Text Example
White with #4CF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF6ED; }
p { color: rgb(76,246,237); }
H1.HeaderClassName
{
color: #4CF6ED;
}
.AnyTagClassName
{
color: #4CF6ED;
}
</style>
background-color css
<style>
a { background-color: #4CF6ED; }
a { background-color: rgb(76,246,237); }
div.DivClassName
{
background-color: #4CF6ED;
}
.BgClassName
{
background-color: #4CF6ED;
}
</style>
border-color css
<style>
span { border-color: #4CF6ED; }
span { border-color: rgb(76,246,237); }
td.TdClassName
{
border-color: #4CF6ED;
}
.TagClassName
{
border-color: #4CF6ED;
}
</style>