Shades of Medium Turquoise #34CEDC
Tints of Medium Turquoise #34CEDC
RGB
CMYK
RGB Variations
Color information
#34CEDC (or 0x34CEDC) is known color: Medium Turquoise. HEX triplet: 34, CE and DC. RGB value is (52,206,220). Sum of RGB (Red+Green+Blue) = 52+206+220=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #34CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEDC is #CB3123. Grayscale: #A1A1A1. Windows color (decimal): -13316388 or 14470708. OLE color: 14470708.
HSL color Cylindrical-coordinate representation of color #34CEDC: hue angle of 185º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CEDC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 206 | 220 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.14 |
| HSL | 185º | 0.71% | 0.53% | - |
| HSV(B) | 185º | 0.76% | 0.86% | - |
| XYZ | 36.41 | 50.04 | 75.45 | - |
| YUV | 161.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 220 | 0.76 | 0.06 | 0 | 0.14 | 185 | 0.71 | 0.53 |
| Hex | 34 | CE | DC | 4C | 6 | 0 | E | B9 | 47 | 35 |
| Octal | 64 | 316 | 334 | 114 | 6 | 0 | 16 | 271 | 107 | 65 |
| Binary | 110100 | 11001110 | 11011100 | 1001100 | 110 | 0 | 1110 | 10111001 | 1000111 | 110101 |
Color Harmonies of #34CEDC
Complementary color
Monochromatic Colors of #34CEDC
Black with #34CEDC
Text Example
Text Example
White with #34CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEDC; }
p { color: rgb(52,206,220); }
H1.HeaderClassName
{
color: #34CEDC;
}
.AnyTagClassName
{
color: #34CEDC;
}
</style>
background-color css
<style>
a { background-color: #34CEDC; }
a { background-color: rgb(52,206,220); }
div.DivClassName
{
background-color: #34CEDC;
}
.BgClassName
{
background-color: #34CEDC;
}
</style>
border-color css
<style>
span { border-color: #34CEDC; }
span { border-color: rgb(52,206,220); }
td.TdClassName
{
border-color: #34CEDC;
}
.TagClassName
{
border-color: #34CEDC;
}
</style>