Shades of Medium Turquoise #34C3BC
Tints of Medium Turquoise #34C3BC
RGB
CMYK
RGB Variations
Color information
#34C3BC (or 0x34C3BC) is known color: Medium Turquoise. HEX triplet: 34, C3 and BC. RGB value is (52,195,188). Sum of RGB (Red+Green+Blue) = 52+195+188=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #34C3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C3BC is #CB3C43. Grayscale: #979797. Windows color (decimal): -13319236 or 12370740. OLE color: 12370740.
HSL color Cylindrical-coordinate representation of color #34C3BC: hue angle of 177.06º 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 #34C3BC is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 188 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.24 |
| HSL | 177.06º | 0.58% | 0.48% | - |
| HSV(B) | 177.06º | 0.73% | 0.76% | - |
| XYZ | 30.01 | 43.39 | 54.37 | - |
| YUV | 151.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 188 | 0.73 | 0 | 0.04 | 0.24 | 177.06 | 0.58 | 0.48 |
| Hex | 34 | C3 | BC | 49 | 0 | 4 | 18 | B1 | 3A | 30 |
| Octal | 64 | 303 | 274 | 111 | 0 | 4 | 30 | 261 | 72 | 60 |
| Binary | 110100 | 11000011 | 10111100 | 1001001 | 0 | 100 | 11000 | 10110001 | 111010 | 110000 |
Color Harmonies of #34C3BC
Complementary color
Monochromatic Colors of #34C3BC
Black with #34C3BC
Text Example
Text Example
White with #34C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C3BC; }
p { color: rgb(52,195,188); }
H1.HeaderClassName
{
color: #34C3BC;
}
.AnyTagClassName
{
color: #34C3BC;
}
</style>
background-color css
<style>
a { background-color: #34C3BC; }
a { background-color: rgb(52,195,188); }
div.DivClassName
{
background-color: #34C3BC;
}
.BgClassName
{
background-color: #34C3BC;
}
</style>
border-color css
<style>
span { border-color: #34C3BC; }
span { border-color: rgb(52,195,188); }
td.TdClassName
{
border-color: #34C3BC;
}
.TagClassName
{
border-color: #34C3BC;
}
</style>