Shades of Turquoise #34DEC2
Tints of Turquoise #34DEC2
RGB
CMYK
RGB Variations
Color information
#34DEC2 (or 0x34DEC2) is known color: Turquoise. HEX triplet: 34, DE and C2. RGB value is (52,222,194). Sum of RGB (Red+Green+Blue) = 52+222+194=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEC2 is #CB213D. Grayscale: #A7A7A7. Windows color (decimal): -13312318 or 12770868. OLE color: 12770868.
HSL color Cylindrical-coordinate representation of color #34DEC2: hue angle of 170.12º 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 #34DEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 194 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.13 |
| HSL | 170.12º | 0.72% | 0.54% | - |
| HSV(B) | 170.12º | 0.77% | 0.87% | - |
| XYZ | 37.28 | 56.87 | 60.05 | - |
| YUV | 167.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 194 | 0.77 | 0 | 0.13 | 0.13 | 170.12 | 0.72 | 0.54 |
| Hex | 34 | DE | C2 | 4D | 0 | D | D | AA | 48 | 36 |
| Octal | 64 | 336 | 302 | 115 | 0 | 15 | 15 | 252 | 110 | 66 |
| Binary | 110100 | 11011110 | 11000010 | 1001101 | 0 | 1101 | 1101 | 10101010 | 1001000 | 110110 |
Color Harmonies of #34DEC2
Complementary color
Monochromatic Colors of #34DEC2
Black with #34DEC2
Text Example
Text Example
White with #34DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEC2; }
p { color: rgb(52,222,194); }
H1.HeaderClassName
{
color: #34DEC2;
}
.AnyTagClassName
{
color: #34DEC2;
}
</style>
background-color css
<style>
a { background-color: #34DEC2; }
a { background-color: rgb(52,222,194); }
div.DivClassName
{
background-color: #34DEC2;
}
.BgClassName
{
background-color: #34DEC2;
}
</style>
border-color css
<style>
span { border-color: #34DEC2; }
span { border-color: rgb(52,222,194); }
td.TdClassName
{
border-color: #34DEC2;
}
.TagClassName
{
border-color: #34DEC2;
}
</style>