Shades of Medium Turquoise #34C2BC
Tints of Medium Turquoise #34C2BC
RGB
CMYK
RGB Variations
Color information
#34C2BC (or 0x34C2BC) is known color: Medium Turquoise. HEX triplet: 34, C2 and BC. RGB value is (52,194,188). Sum of RGB (Red+Green+Blue) = 52+194+188=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2BC is #CB3D43. Grayscale: #969696. Windows color (decimal): -13319492 or 12370484. OLE color: 12370484.
HSL color Cylindrical-coordinate representation of color #34C2BC: hue angle of 177.46º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C2BC is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 188 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.24 |
| HSL | 177.46º | 0.58% | 0.48% | - |
| HSV(B) | 177.46º | 0.73% | 0.76% | - |
| XYZ | 29.79 | 42.94 | 54.3 | - |
| YUV | 150.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 188 | 0.73 | 0 | 0.03 | 0.24 | 177.46 | 0.58 | 0.48 |
| Hex | 34 | C2 | BC | 49 | 0 | 3 | 18 | B1 | 3A | 30 |
| Octal | 64 | 302 | 274 | 111 | 0 | 3 | 30 | 261 | 72 | 60 |
| Binary | 110100 | 11000010 | 10111100 | 1001001 | 0 | 11 | 11000 | 10110001 | 111010 | 110000 |
Color Harmonies of #34C2BC
Complementary color
Monochromatic Colors of #34C2BC
Black with #34C2BC
Text Example
Text Example
White with #34C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2BC; }
p { color: rgb(52,194,188); }
H1.HeaderClassName
{
color: #34C2BC;
}
.AnyTagClassName
{
color: #34C2BC;
}
</style>
background-color css
<style>
a { background-color: #34C2BC; }
a { background-color: rgb(52,194,188); }
div.DivClassName
{
background-color: #34C2BC;
}
.BgClassName
{
background-color: #34C2BC;
}
</style>
border-color css
<style>
span { border-color: #34C2BC; }
span { border-color: rgb(52,194,188); }
td.TdClassName
{
border-color: #34C2BC;
}
.TagClassName
{
border-color: #34C2BC;
}
</style>