Shades of Medium Turquoise #34C5BE
Tints of Medium Turquoise #34C5BE
RGB
CMYK
RGB Variations
Color information
#34C5BE (or 0x34C5BE) is known color: Medium Turquoise. HEX triplet: 34, C5 and BE. RGB value is (52,197,190). Sum of RGB (Red+Green+Blue) = 52+197+190=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #34C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C5BE is #CB3A41. Grayscale: #989898. Windows color (decimal): -13318722 or 12502324. OLE color: 12502324.
HSL color Cylindrical-coordinate representation of color #34C5BE: hue angle of 177.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C5BE is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 190 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.23 |
| HSL | 177.1º | 0.58% | 0.49% | - |
| HSV(B) | 177.1º | 0.74% | 0.77% | - |
| XYZ | 30.68 | 44.38 | 55.66 | - |
| YUV | 152.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 190 | 0.74 | 0 | 0.04 | 0.23 | 177.1 | 0.58 | 0.49 |
| Hex | 34 | C5 | BE | 4A | 0 | 4 | 17 | B1 | 3A | 31 |
| Octal | 64 | 305 | 276 | 112 | 0 | 4 | 27 | 261 | 72 | 61 |
| Binary | 110100 | 11000101 | 10111110 | 1001010 | 0 | 100 | 10111 | 10110001 | 111010 | 110001 |
Color Harmonies of #34C5BE
Complementary color
Monochromatic Colors of #34C5BE
Black with #34C5BE
Text Example
Text Example
White with #34C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C5BE; }
p { color: rgb(52,197,190); }
H1.HeaderClassName
{
color: #34C5BE;
}
.AnyTagClassName
{
color: #34C5BE;
}
</style>
background-color css
<style>
a { background-color: #34C5BE; }
a { background-color: rgb(52,197,190); }
div.DivClassName
{
background-color: #34C5BE;
}
.BgClassName
{
background-color: #34C5BE;
}
</style>
border-color css
<style>
span { border-color: #34C5BE; }
span { border-color: rgb(52,197,190); }
td.TdClassName
{
border-color: #34C5BE;
}
.TagClassName
{
border-color: #34C5BE;
}
</style>