Shades of Turquoise #34DEDC
Tints of Turquoise #34DEDC
RGB
CMYK
RGB Variations
Color information
#34DEDC (or 0x34DEDC) is known color: Turquoise. HEX triplet: 34, DE and DC. RGB value is (52,222,220). Sum of RGB (Red+Green+Blue) = 52+222+220=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEDC is #CB2123. Grayscale: #AAAAAA. Windows color (decimal): -13312292 or 14474804. OLE color: 14474804.
HSL color Cylindrical-coordinate representation of color #34DEDC: hue angle of 179.29º 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 #34DEDC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 220 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 179.29º | 0.72% | 0.54% | - |
| HSV(B) | 179.29º | 0.77% | 0.87% | - |
| XYZ | 40.46 | 58.14 | 76.8 | - |
| YUV | 170.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 220 | 0.77 | 0 | 0.01 | 0.13 | 179.29 | 0.72 | 0.54 |
| Hex | 34 | DE | DC | 4D | 0 | 1 | D | B3 | 48 | 36 |
| Octal | 64 | 336 | 334 | 115 | 0 | 1 | 15 | 263 | 110 | 66 |
| Binary | 110100 | 11011110 | 11011100 | 1001101 | 0 | 1 | 1101 | 10110011 | 1001000 | 110110 |
Color Harmonies of #34DEDC
Complementary color
Monochromatic Colors of #34DEDC
Black with #34DEDC
Text Example
Text Example
White with #34DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEDC; }
p { color: rgb(52,222,220); }
H1.HeaderClassName
{
color: #34DEDC;
}
.AnyTagClassName
{
color: #34DEDC;
}
</style>
background-color css
<style>
a { background-color: #34DEDC; }
a { background-color: rgb(52,222,220); }
div.DivClassName
{
background-color: #34DEDC;
}
.BgClassName
{
background-color: #34DEDC;
}
</style>
border-color css
<style>
span { border-color: #34DEDC; }
span { border-color: rgb(52,222,220); }
td.TdClassName
{
border-color: #34DEDC;
}
.TagClassName
{
border-color: #34DEDC;
}
</style>