Shades of Medium Turquoise #34CDBC
Tints of Medium Turquoise #34CDBC
RGB
CMYK
RGB Variations
Color information
#34CDBC (or 0x34CDBC) is known color: Medium Turquoise. HEX triplet: 34, CD and BC. RGB value is (52,205,188). Sum of RGB (Red+Green+Blue) = 52+205+188=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDBC is #CB3243. Grayscale: #9D9D9D. Windows color (decimal): -13316676 or 12373300. OLE color: 12373300.
HSL color Cylindrical-coordinate representation of color #34CDBC: hue angle of 173.33º 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 #34CDBC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 188 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.20 |
| HSL | 173.33º | 0.6% | 0.5% | - |
| HSV(B) | 173.33º | 0.75% | 0.8% | - |
| XYZ | 32.32 | 48.02 | 55.14 | - |
| YUV | 157.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 188 | 0.75 | 0 | 0.08 | 0.20 | 173.33 | 0.6 | 0.5 |
| Hex | 34 | CD | BC | 4B | 0 | 8 | 14 | AD | 3C | 32 |
| Octal | 64 | 315 | 274 | 113 | 0 | 10 | 24 | 255 | 74 | 62 |
| Binary | 110100 | 11001101 | 10111100 | 1001011 | 0 | 1000 | 10100 | 10101101 | 111100 | 110010 |
Color Harmonies of #34CDBC
Complementary color
Monochromatic Colors of #34CDBC
Black with #34CDBC
Text Example
Text Example
White with #34CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDBC; }
p { color: rgb(52,205,188); }
H1.HeaderClassName
{
color: #34CDBC;
}
.AnyTagClassName
{
color: #34CDBC;
}
</style>
background-color css
<style>
a { background-color: #34CDBC; }
a { background-color: rgb(52,205,188); }
div.DivClassName
{
background-color: #34CDBC;
}
.BgClassName
{
background-color: #34CDBC;
}
</style>
border-color css
<style>
span { border-color: #34CDBC; }
span { border-color: rgb(52,205,188); }
td.TdClassName
{
border-color: #34CDBC;
}
.TagClassName
{
border-color: #34CDBC;
}
</style>