Shades of Turquoise #34DEC0
Tints of Turquoise #34DEC0
RGB
CMYK
RGB Variations
Color information
#34DEC0 (or 0x34DEC0) is known color: Turquoise. HEX triplet: 34, DE and C0. RGB value is (52,222,192). Sum of RGB (Red+Green+Blue) = 52+222+192=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEC0 is #CB213F. Grayscale: #A7A7A7. Windows color (decimal): -13312320 or 12639796. OLE color: 12639796.
HSL color Cylindrical-coordinate representation of color #34DEC0: hue angle of 169.41º 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 #34DEC0 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 192 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.13 |
| HSL | 169.41º | 0.72% | 0.54% | - |
| HSV(B) | 169.41º | 0.77% | 0.87% | - |
| XYZ | 37.05 | 56.78 | 58.88 | - |
| YUV | 167.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 192 | 0.77 | 0 | 0.14 | 0.13 | 169.41 | 0.72 | 0.54 |
| Hex | 34 | DE | C0 | 4D | 0 | E | D | A9 | 48 | 36 |
| Octal | 64 | 336 | 300 | 115 | 0 | 16 | 15 | 251 | 110 | 66 |
| Binary | 110100 | 11011110 | 11000000 | 1001101 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110110 |
Color Harmonies of #34DEC0
Complementary color
Monochromatic Colors of #34DEC0
Black with #34DEC0
Text Example
Text Example
White with #34DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEC0; }
p { color: rgb(52,222,192); }
H1.HeaderClassName
{
color: #34DEC0;
}
.AnyTagClassName
{
color: #34DEC0;
}
</style>
background-color css
<style>
a { background-color: #34DEC0; }
a { background-color: rgb(52,222,192); }
div.DivClassName
{
background-color: #34DEC0;
}
.BgClassName
{
background-color: #34DEC0;
}
</style>
border-color css
<style>
span { border-color: #34DEC0; }
span { border-color: rgb(52,222,192); }
td.TdClassName
{
border-color: #34DEC0;
}
.TagClassName
{
border-color: #34DEC0;
}
</style>