Shades of Turquoise #34DCBE
Tints of Turquoise #34DCBE
RGB
CMYK
RGB Variations
Color information
#34DCBE (or 0x34DCBE) is known color: Turquoise. HEX triplet: 34, DC and BE. RGB value is (52,220,190). Sum of RGB (Red+Green+Blue) = 52+220+190=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCBE is #CB2341. Grayscale: #A6A6A6. Windows color (decimal): -13312834 or 12508212. OLE color: 12508212.
HSL color Cylindrical-coordinate representation of color #34DCBE: hue angle of 169.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCBE is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 190 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.14 |
| HSL | 169.29º | 0.71% | 0.53% | - |
| HSV(B) | 169.29º | 0.76% | 0.86% | - |
| XYZ | 36.3 | 55.63 | 57.54 | - |
| YUV | 166.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 190 | 0.76 | 0 | 0.14 | 0.14 | 169.29 | 0.71 | 0.53 |
| Hex | 34 | DC | BE | 4C | 0 | E | E | A9 | 47 | 35 |
| Octal | 64 | 334 | 276 | 114 | 0 | 16 | 16 | 251 | 107 | 65 |
| Binary | 110100 | 11011100 | 10111110 | 1001100 | 0 | 1110 | 1110 | 10101001 | 1000111 | 110101 |
Color Harmonies of #34DCBE
Complementary color
Monochromatic Colors of #34DCBE
Black with #34DCBE
Text Example
Text Example
White with #34DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCBE; }
p { color: rgb(52,220,190); }
H1.HeaderClassName
{
color: #34DCBE;
}
.AnyTagClassName
{
color: #34DCBE;
}
</style>
background-color css
<style>
a { background-color: #34DCBE; }
a { background-color: rgb(52,220,190); }
div.DivClassName
{
background-color: #34DCBE;
}
.BgClassName
{
background-color: #34DCBE;
}
</style>
border-color css
<style>
span { border-color: #34DCBE; }
span { border-color: rgb(52,220,190); }
td.TdClassName
{
border-color: #34DCBE;
}
.TagClassName
{
border-color: #34DCBE;
}
</style>