Shades of Medium Turquoise #34D0BE
Tints of Medium Turquoise #34D0BE
RGB
CMYK
RGB Variations
Color information
#34D0BE (or 0x34D0BE) is known color: Medium Turquoise. HEX triplet: 34, D0 and BE. RGB value is (52,208,190). Sum of RGB (Red+Green+Blue) = 52+208+190=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #34D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D0BE is #CB2F41. Grayscale: #9F9F9F. Windows color (decimal): -13315906 or 12505140. OLE color: 12505140.
HSL color Cylindrical-coordinate representation of color #34D0BE: hue angle of 173.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D0BE is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 190 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.18 |
| HSL | 173.08º | 0.62% | 0.51% | - |
| HSV(B) | 173.08º | 0.75% | 0.82% | - |
| XYZ | 33.27 | 49.56 | 56.53 | - |
| YUV | 159.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 190 | 0.75 | 0 | 0.09 | 0.18 | 173.08 | 0.62 | 0.51 |
| Hex | 34 | D0 | BE | 4B | 0 | 9 | 12 | AD | 3E | 33 |
| Octal | 64 | 320 | 276 | 113 | 0 | 11 | 22 | 255 | 76 | 63 |
| Binary | 110100 | 11010000 | 10111110 | 1001011 | 0 | 1001 | 10010 | 10101101 | 111110 | 110011 |
Color Harmonies of #34D0BE
Complementary color
Monochromatic Colors of #34D0BE
Black with #34D0BE
Text Example
Text Example
White with #34D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D0BE; }
p { color: rgb(52,208,190); }
H1.HeaderClassName
{
color: #34D0BE;
}
.AnyTagClassName
{
color: #34D0BE;
}
</style>
background-color css
<style>
a { background-color: #34D0BE; }
a { background-color: rgb(52,208,190); }
div.DivClassName
{
background-color: #34D0BE;
}
.BgClassName
{
background-color: #34D0BE;
}
</style>
border-color css
<style>
span { border-color: #34D0BE; }
span { border-color: rgb(52,208,190); }
td.TdClassName
{
border-color: #34D0BE;
}
.TagClassName
{
border-color: #34D0BE;
}
</style>