Shades of Turquoise #4CEEDC
Tints of Turquoise #4CEEDC
RGB
CMYK
RGB Variations
Color information
#4CEEDC (or 0x4CEEDC) is known color: Turquoise. HEX triplet: 4C, EE and DC. RGB value is (76,238,220). Sum of RGB (Red+Green+Blue) = 76+238+220=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEDC is #B31123. Grayscale: #BBBBBB. Windows color (decimal): -11735332 or 14478924. OLE color: 14478924.
HSL color Cylindrical-coordinate representation of color #4CEEDC: hue angle of 173.33º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEEDC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 220 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 173.33º | 0.83% | 0.62% | - |
| HSV(B) | 173.33º | 0.68% | 0.93% | - |
| XYZ | 46.47 | 67.85 | 78.36 | - |
| YUV | 187.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 220 | 0.68 | 0 | 0.08 | 0.07 | 173.33 | 0.83 | 0.62 |
| Hex | 4C | EE | DC | 44 | 0 | 8 | 7 | AD | 53 | 3E |
| Octal | 114 | 356 | 334 | 104 | 0 | 10 | 7 | 255 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11011100 | 1000100 | 0 | 1000 | 111 | 10101101 | 1010011 | 111110 |
Color Harmonies of #4CEEDC
Complementary color
Monochromatic Colors of #4CEEDC
Black with #4CEEDC
Text Example
Text Example
White with #4CEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEDC; }
p { color: rgb(76,238,220); }
H1.HeaderClassName
{
color: #4CEEDC;
}
.AnyTagClassName
{
color: #4CEEDC;
}
</style>
background-color css
<style>
a { background-color: #4CEEDC; }
a { background-color: rgb(76,238,220); }
div.DivClassName
{
background-color: #4CEEDC;
}
.BgClassName
{
background-color: #4CEEDC;
}
</style>
border-color css
<style>
span { border-color: #4CEEDC; }
span { border-color: rgb(76,238,220); }
td.TdClassName
{
border-color: #4CEEDC;
}
.TagClassName
{
border-color: #4CEEDC;
}
</style>