Shades of Medium Turquoise #34CDB9
Tints of Medium Turquoise #34CDB9
RGB
CMYK
RGB Variations
Color information
#34CDB9 (or 0x34CDB9) is known color: Medium Turquoise. HEX triplet: 34, CD and B9. RGB value is (52,205,185). Sum of RGB (Red+Green+Blue) = 52+205+185=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDB9 is #CB3246. Grayscale: #9C9C9C. Windows color (decimal): -13316679 or 12176692. OLE color: 12176692.
HSL color Cylindrical-coordinate representation of color #34CDB9: hue angle of 172.16º 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 #34CDB9 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 185 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.20 |
| HSL | 172.16º | 0.6% | 0.5% | - |
| HSV(B) | 172.16º | 0.75% | 0.8% | - |
| XYZ | 32 | 47.9 | 53.46 | - |
| YUV | 156.97 | 143.81 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 185 | 0.75 | 0 | 0.10 | 0.20 | 172.16 | 0.6 | 0.5 |
| Hex | 34 | CD | B9 | 4B | 0 | A | 14 | AC | 3C | 32 |
| Octal | 64 | 315 | 271 | 113 | 0 | 12 | 24 | 254 | 74 | 62 |
| Binary | 110100 | 11001101 | 10111001 | 1001011 | 0 | 1010 | 10100 | 10101100 | 111100 | 110010 |
Color Harmonies of #34CDB9
Complementary color
Monochromatic Colors of #34CDB9
Black with #34CDB9
Text Example
Text Example
White with #34CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDB9; }
p { color: rgb(52,205,185); }
H1.HeaderClassName
{
color: #34CDB9;
}
.AnyTagClassName
{
color: #34CDB9;
}
</style>
background-color css
<style>
a { background-color: #34CDB9; }
a { background-color: rgb(52,205,185); }
div.DivClassName
{
background-color: #34CDB9;
}
.BgClassName
{
background-color: #34CDB9;
}
</style>
border-color css
<style>
span { border-color: #34CDB9; }
span { border-color: rgb(52,205,185); }
td.TdClassName
{
border-color: #34CDB9;
}
.TagClassName
{
border-color: #34CDB9;
}
</style>