Shades of Medium Turquoise #34C4BD
Tints of Medium Turquoise #34C4BD
RGB
CMYK
RGB Variations
Color information
#34C4BD (or 0x34C4BD) is known color: Medium Turquoise. HEX triplet: 34, C4 and BD. RGB value is (52,196,189). Sum of RGB (Red+Green+Blue) = 52+196+189=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #34C4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C4BD is #CB3B42. Grayscale: #989898. Windows color (decimal): -13318979 or 12436532. OLE color: 12436532.
HSL color Cylindrical-coordinate representation of color #34C4BD: hue angle of 177.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C4BD is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 196 | 189 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.23 |
| HSL | 177.08º | 0.58% | 0.49% | - |
| HSV(B) | 177.08º | 0.73% | 0.77% | - |
| XYZ | 30.34 | 43.88 | 55.02 | - |
| YUV | 152.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 189 | 0.73 | 0 | 0.04 | 0.23 | 177.08 | 0.58 | 0.49 |
| Hex | 34 | C4 | BD | 49 | 0 | 4 | 17 | B1 | 3A | 31 |
| Octal | 64 | 304 | 275 | 111 | 0 | 4 | 27 | 261 | 72 | 61 |
| Binary | 110100 | 11000100 | 10111101 | 1001001 | 0 | 100 | 10111 | 10110001 | 111010 | 110001 |
Color Harmonies of #34C4BD
Complementary color
Monochromatic Colors of #34C4BD
Black with #34C4BD
Text Example
Text Example
White with #34C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C4BD; }
p { color: rgb(52,196,189); }
H1.HeaderClassName
{
color: #34C4BD;
}
.AnyTagClassName
{
color: #34C4BD;
}
</style>
background-color css
<style>
a { background-color: #34C4BD; }
a { background-color: rgb(52,196,189); }
div.DivClassName
{
background-color: #34C4BD;
}
.BgClassName
{
background-color: #34C4BD;
}
</style>
border-color css
<style>
span { border-color: #34C4BD; }
span { border-color: rgb(52,196,189); }
td.TdClassName
{
border-color: #34C4BD;
}
.TagClassName
{
border-color: #34C4BD;
}
</style>