Shades of Turquoise #34DED2
Tints of Turquoise #34DED2
RGB
CMYK
RGB Variations
Color information
#34DED2 (or 0x34DED2) is known color: Turquoise. HEX triplet: 34, DE and D2. RGB value is (52,222,210). Sum of RGB (Red+Green+Blue) = 52+222+210=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #34DED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DED2 is #CB212D. Grayscale: #A9A9A9. Windows color (decimal): -13312302 or 13819444. OLE color: 13819444.
HSL color Cylindrical-coordinate representation of color #34DED2: hue angle of 175.76º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DED2 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 210 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.13 |
| HSL | 175.76º | 0.72% | 0.54% | - |
| HSV(B) | 175.76º | 0.77% | 0.87% | - |
| XYZ | 39.17 | 57.63 | 70.03 | - |
| YUV | 169.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 210 | 0.77 | 0 | 0.05 | 0.13 | 175.76 | 0.72 | 0.54 |
| Hex | 34 | DE | D2 | 4D | 0 | 5 | D | B0 | 48 | 36 |
| Octal | 64 | 336 | 322 | 115 | 0 | 5 | 15 | 260 | 110 | 66 |
| Binary | 110100 | 11011110 | 11010010 | 1001101 | 0 | 101 | 1101 | 10110000 | 1001000 | 110110 |
Color Harmonies of #34DED2
Complementary color
Monochromatic Colors of #34DED2
Black with #34DED2
Text Example
Text Example
White with #34DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DED2; }
p { color: rgb(52,222,210); }
H1.HeaderClassName
{
color: #34DED2;
}
.AnyTagClassName
{
color: #34DED2;
}
</style>
background-color css
<style>
a { background-color: #34DED2; }
a { background-color: rgb(52,222,210); }
div.DivClassName
{
background-color: #34DED2;
}
.BgClassName
{
background-color: #34DED2;
}
</style>
border-color css
<style>
span { border-color: #34DED2; }
span { border-color: rgb(52,222,210); }
td.TdClassName
{
border-color: #34DED2;
}
.TagClassName
{
border-color: #34DED2;
}
</style>