Shades of Medium Turquoise #34C9BA
Tints of Medium Turquoise #34C9BA
RGB
CMYK
RGB Variations
Color information
#34C9BA (or 0x34C9BA) is known color: Medium Turquoise. HEX triplet: 34, C9 and BA. RGB value is (52,201,186). Sum of RGB (Red+Green+Blue) = 52+201+186=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C9BA is #CB3645. Grayscale: #9A9A9A. Windows color (decimal): -13317702 or 12241204. OLE color: 12241204.
HSL color Cylindrical-coordinate representation of color #34C9BA: hue angle of 173.96º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C9BA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 186 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.21 |
| HSL | 173.96º | 0.59% | 0.5% | - |
| HSV(B) | 173.96º | 0.74% | 0.79% | - |
| XYZ | 31.17 | 46.05 | 53.7 | - |
| YUV | 154.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 186 | 0.74 | 0 | 0.07 | 0.21 | 173.96 | 0.59 | 0.5 |
| Hex | 34 | C9 | BA | 4A | 0 | 7 | 15 | AE | 3B | 32 |
| Octal | 64 | 311 | 272 | 112 | 0 | 7 | 25 | 256 | 73 | 62 |
| Binary | 110100 | 11001001 | 10111010 | 1001010 | 0 | 111 | 10101 | 10101110 | 111011 | 110010 |
Color Harmonies of #34C9BA
Complementary color
Monochromatic Colors of #34C9BA
Black with #34C9BA
Text Example
Text Example
White with #34C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9BA; }
p { color: rgb(52,201,186); }
H1.HeaderClassName
{
color: #34C9BA;
}
.AnyTagClassName
{
color: #34C9BA;
}
</style>
background-color css
<style>
a { background-color: #34C9BA; }
a { background-color: rgb(52,201,186); }
div.DivClassName
{
background-color: #34C9BA;
}
.BgClassName
{
background-color: #34C9BA;
}
</style>
border-color css
<style>
span { border-color: #34C9BA; }
span { border-color: rgb(52,201,186); }
td.TdClassName
{
border-color: #34C9BA;
}
.TagClassName
{
border-color: #34C9BA;
}
</style>