Shades of Medium Turquoise #34C8BA
Tints of Medium Turquoise #34C8BA
RGB
CMYK
RGB Variations
Color information
#34C8BA (or 0x34C8BA) is known color: Medium Turquoise. HEX triplet: 34, C8 and BA. RGB value is (52,200,186). Sum of RGB (Red+Green+Blue) = 52+200+186=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #34C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C8BA is #CB3745. Grayscale: #9A9A9A. Windows color (decimal): -13317958 or 12240948. OLE color: 12240948.
HSL color Cylindrical-coordinate representation of color #34C8BA: hue angle of 174.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C8BA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 186 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.22 |
| HSL | 174.32º | 0.59% | 0.49% | - |
| HSV(B) | 174.32º | 0.74% | 0.78% | - |
| XYZ | 30.93 | 45.58 | 53.62 | - |
| YUV | 154.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 186 | 0.74 | 0 | 0.07 | 0.22 | 174.32 | 0.59 | 0.49 |
| Hex | 34 | C8 | BA | 4A | 0 | 7 | 16 | AE | 3B | 31 |
| Octal | 64 | 310 | 272 | 112 | 0 | 7 | 26 | 256 | 73 | 61 |
| Binary | 110100 | 11001000 | 10111010 | 1001010 | 0 | 111 | 10110 | 10101110 | 111011 | 110001 |
Color Harmonies of #34C8BA
Complementary color
Monochromatic Colors of #34C8BA
Black with #34C8BA
Text Example
Text Example
White with #34C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C8BA; }
p { color: rgb(52,200,186); }
H1.HeaderClassName
{
color: #34C8BA;
}
.AnyTagClassName
{
color: #34C8BA;
}
</style>
background-color css
<style>
a { background-color: #34C8BA; }
a { background-color: rgb(52,200,186); }
div.DivClassName
{
background-color: #34C8BA;
}
.BgClassName
{
background-color: #34C8BA;
}
</style>
border-color css
<style>
span { border-color: #34C8BA; }
span { border-color: rgb(52,200,186); }
td.TdClassName
{
border-color: #34C8BA;
}
.TagClassName
{
border-color: #34C8BA;
}
</style>