Shades of Medium Turquoise #34C2BB
Tints of Medium Turquoise #34C2BB
RGB
CMYK
RGB Variations
Color information
#34C2BB (or 0x34C2BB) is known color: Medium Turquoise. HEX triplet: 34, C2 and BB. RGB value is (52,194,187). Sum of RGB (Red+Green+Blue) = 52+194+187=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2BB is #CB3D44. Grayscale: #969696. Windows color (decimal): -13319493 or 12304948. OLE color: 12304948.
HSL color Cylindrical-coordinate representation of color #34C2BB: hue angle of 177.04º 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 #34C2BB is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 187 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.24 |
| HSL | 177.04º | 0.58% | 0.48% | - |
| HSV(B) | 177.04º | 0.73% | 0.76% | - |
| XYZ | 29.68 | 42.9 | 53.73 | - |
| YUV | 150.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 187 | 0.73 | 0 | 0.04 | 0.24 | 177.04 | 0.58 | 0.48 |
| Hex | 34 | C2 | BB | 49 | 0 | 4 | 18 | B1 | 3A | 30 |
| Octal | 64 | 302 | 273 | 111 | 0 | 4 | 30 | 261 | 72 | 60 |
| Binary | 110100 | 11000010 | 10111011 | 1001001 | 0 | 100 | 11000 | 10110001 | 111010 | 110000 |
Color Harmonies of #34C2BB
Complementary color
Monochromatic Colors of #34C2BB
Black with #34C2BB
Text Example
Text Example
White with #34C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2BB; }
p { color: rgb(52,194,187); }
H1.HeaderClassName
{
color: #34C2BB;
}
.AnyTagClassName
{
color: #34C2BB;
}
</style>
background-color css
<style>
a { background-color: #34C2BB; }
a { background-color: rgb(52,194,187); }
div.DivClassName
{
background-color: #34C2BB;
}
.BgClassName
{
background-color: #34C2BB;
}
</style>
border-color css
<style>
span { border-color: #34C2BB; }
span { border-color: rgb(52,194,187); }
td.TdClassName
{
border-color: #34C2BB;
}
.TagClassName
{
border-color: #34C2BB;
}
</style>