Shades of Medium Turquoise #34CDB6
Tints of Medium Turquoise #34CDB6
RGB
CMYK
RGB Variations
Color information
#34CDB6 (or 0x34CDB6) is known color: Medium Turquoise. HEX triplet: 34, CD and B6. RGB value is (52,205,182). Sum of RGB (Red+Green+Blue) = 52+205+182=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDB6 is #CB3249. Grayscale: #9C9C9C. Windows color (decimal): -13316682 or 11980084. OLE color: 11980084.
HSL color Cylindrical-coordinate representation of color #34CDB6: hue angle of 170.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CDB6 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 182 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.20 |
| HSL | 170.98º | 0.6% | 0.5% | - |
| HSV(B) | 170.98º | 0.75% | 0.8% | - |
| XYZ | 31.69 | 47.77 | 51.81 | - |
| YUV | 156.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 182 | 0.75 | 0 | 0.11 | 0.20 | 170.98 | 0.6 | 0.5 |
| Hex | 34 | CD | B6 | 4B | 0 | B | 14 | AB | 3C | 32 |
| Octal | 64 | 315 | 266 | 113 | 0 | 13 | 24 | 253 | 74 | 62 |
| Binary | 110100 | 11001101 | 10110110 | 1001011 | 0 | 1011 | 10100 | 10101011 | 111100 | 110010 |
Color Harmonies of #34CDB6
Complementary color
Monochromatic Colors of #34CDB6
Black with #34CDB6
Text Example
Text Example
White with #34CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDB6; }
p { color: rgb(52,205,182); }
H1.HeaderClassName
{
color: #34CDB6;
}
.AnyTagClassName
{
color: #34CDB6;
}
</style>
background-color css
<style>
a { background-color: #34CDB6; }
a { background-color: rgb(52,205,182); }
div.DivClassName
{
background-color: #34CDB6;
}
.BgClassName
{
background-color: #34CDB6;
}
</style>
border-color css
<style>
span { border-color: #34CDB6; }
span { border-color: rgb(52,205,182); }
td.TdClassName
{
border-color: #34CDB6;
}
.TagClassName
{
border-color: #34CDB6;
}
</style>