Shades of Medium Turquoise #34C9BC
Tints of Medium Turquoise #34C9BC
RGB
CMYK
RGB Variations
Color information
#34C9BC (or 0x34C9BC) is known color: Medium Turquoise. HEX triplet: 34, C9 and BC. RGB value is (52,201,188). Sum of RGB (Red+Green+Blue) = 52+201+188=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C9BC is #CB3643. Grayscale: #9A9A9A. Windows color (decimal): -13317700 or 12372276. OLE color: 12372276.
HSL color Cylindrical-coordinate representation of color #34C9BC: hue angle of 174.77º 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 #34C9BC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 188 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.21 |
| HSL | 174.77º | 0.59% | 0.5% | - |
| HSV(B) | 174.77º | 0.74% | 0.79% | - |
| XYZ | 31.38 | 46.13 | 54.83 | - |
| YUV | 154.97 | 146.64 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 188 | 0.74 | 0 | 0.06 | 0.21 | 174.77 | 0.59 | 0.5 |
| Hex | 34 | C9 | BC | 4A | 0 | 6 | 15 | AF | 3B | 32 |
| Octal | 64 | 311 | 274 | 112 | 0 | 6 | 25 | 257 | 73 | 62 |
| Binary | 110100 | 11001001 | 10111100 | 1001010 | 0 | 110 | 10101 | 10101111 | 111011 | 110010 |
Color Harmonies of #34C9BC
Complementary color
Monochromatic Colors of #34C9BC
Black with #34C9BC
Text Example
Text Example
White with #34C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9BC; }
p { color: rgb(52,201,188); }
H1.HeaderClassName
{
color: #34C9BC;
}
.AnyTagClassName
{
color: #34C9BC;
}
</style>
background-color css
<style>
a { background-color: #34C9BC; }
a { background-color: rgb(52,201,188); }
div.DivClassName
{
background-color: #34C9BC;
}
.BgClassName
{
background-color: #34C9BC;
}
</style>
border-color css
<style>
span { border-color: #34C9BC; }
span { border-color: rgb(52,201,188); }
td.TdClassName
{
border-color: #34C9BC;
}
.TagClassName
{
border-color: #34C9BC;
}
</style>