Shades of Medium Turquoise #34CBBA
Tints of Medium Turquoise #34CBBA
RGB
CMYK
RGB Variations
Color information
#34CBBA (or 0x34CBBA) is known color: Medium Turquoise. HEX triplet: 34, CB and BA. RGB value is (52,203,186). Sum of RGB (Red+Green+Blue) = 52+203+186=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBBA is #CB3445. Grayscale: #9B9B9B. Windows color (decimal): -13317190 or 12241716. OLE color: 12241716.
HSL color Cylindrical-coordinate representation of color #34CBBA: hue angle of 173.25º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CBBA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 186 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.20 |
| HSL | 173.25º | 0.59% | 0.5% | - |
| HSV(B) | 173.25º | 0.74% | 0.8% | - |
| XYZ | 31.64 | 46.99 | 53.86 | - |
| YUV | 155.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 186 | 0.74 | 0 | 0.08 | 0.20 | 173.25 | 0.59 | 0.5 |
| Hex | 34 | CB | BA | 4A | 0 | 8 | 14 | AD | 3B | 32 |
| Octal | 64 | 313 | 272 | 112 | 0 | 10 | 24 | 255 | 73 | 62 |
| Binary | 110100 | 11001011 | 10111010 | 1001010 | 0 | 1000 | 10100 | 10101101 | 111011 | 110010 |
Color Harmonies of #34CBBA
Complementary color
Monochromatic Colors of #34CBBA
Black with #34CBBA
Text Example
Text Example
White with #34CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBBA; }
p { color: rgb(52,203,186); }
H1.HeaderClassName
{
color: #34CBBA;
}
.AnyTagClassName
{
color: #34CBBA;
}
</style>
background-color css
<style>
a { background-color: #34CBBA; }
a { background-color: rgb(52,203,186); }
div.DivClassName
{
background-color: #34CBBA;
}
.BgClassName
{
background-color: #34CBBA;
}
</style>
border-color css
<style>
span { border-color: #34CBBA; }
span { border-color: rgb(52,203,186); }
td.TdClassName
{
border-color: #34CBBA;
}
.TagClassName
{
border-color: #34CBBA;
}
</style>