Shades of Turquoise #34ECDC
Tints of Turquoise #34ECDC
RGB
CMYK
RGB Variations
Color information
#34ECDC (or 0x34ECDC) is known color: Turquoise. HEX triplet: 34, EC and DC. RGB value is (52,236,220). Sum of RGB (Red+Green+Blue) = 52+236+220=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECDC is #CB1323. Grayscale: #B3B3B3. Windows color (decimal): -13308708 or 14478388. OLE color: 14478388.
HSL color Cylindrical-coordinate representation of color #34ECDC: hue angle of 174.78º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECDC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 220 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.07 |
| HSL | 174.78º | 0.83% | 0.56% | - |
| HSV(B) | 174.78º | 0.78% | 0.93% | - |
| XYZ | 44.33 | 65.89 | 78.09 | - |
| YUV | 179.16 | 151.04 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 220 | 0.78 | 0 | 0.07 | 0.07 | 174.78 | 0.83 | 0.56 |
| Hex | 34 | EC | DC | 4E | 0 | 7 | 7 | AF | 53 | 38 |
| Octal | 64 | 354 | 334 | 116 | 0 | 7 | 7 | 257 | 123 | 70 |
| Binary | 110100 | 11101100 | 11011100 | 1001110 | 0 | 111 | 111 | 10101111 | 1010011 | 111000 |
Color Harmonies of #34ECDC
Complementary color
Monochromatic Colors of #34ECDC
Black with #34ECDC
Text Example
Text Example
White with #34ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECDC; }
p { color: rgb(52,236,220); }
H1.HeaderClassName
{
color: #34ECDC;
}
.AnyTagClassName
{
color: #34ECDC;
}
</style>
background-color css
<style>
a { background-color: #34ECDC; }
a { background-color: rgb(52,236,220); }
div.DivClassName
{
background-color: #34ECDC;
}
.BgClassName
{
background-color: #34ECDC;
}
</style>
border-color css
<style>
span { border-color: #34ECDC; }
span { border-color: rgb(52,236,220); }
td.TdClassName
{
border-color: #34ECDC;
}
.TagClassName
{
border-color: #34ECDC;
}
</style>