Shades of Medium Turquoise #34CABB
Tints of Medium Turquoise #34CABB
RGB
CMYK
RGB Variations
Color information
#34CABB (or 0x34CABB) is known color: Medium Turquoise. HEX triplet: 34, CA and BB. RGB value is (52,202,187). Sum of RGB (Red+Green+Blue) = 52+202+187=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #34CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CABB is #CB3544. Grayscale: #9B9B9B. Windows color (decimal): -13317445 or 12306996. OLE color: 12306996.
HSL color Cylindrical-coordinate representation of color #34CABB: hue angle of 174º 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 #34CABB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 187 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.21 |
| HSL | 174º | 0.59% | 0.5% | - |
| HSV(B) | 174º | 0.74% | 0.79% | - |
| XYZ | 31.51 | 46.56 | 54.34 | - |
| YUV | 155.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 187 | 0.74 | 0 | 0.07 | 0.21 | 174 | 0.59 | 0.5 |
| Hex | 34 | CA | BB | 4A | 0 | 7 | 15 | AE | 3B | 32 |
| Octal | 64 | 312 | 273 | 112 | 0 | 7 | 25 | 256 | 73 | 62 |
| Binary | 110100 | 11001010 | 10111011 | 1001010 | 0 | 111 | 10101 | 10101110 | 111011 | 110010 |
Color Harmonies of #34CABB
Complementary color
Monochromatic Colors of #34CABB
Black with #34CABB
Text Example
Text Example
White with #34CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CABB; }
p { color: rgb(52,202,187); }
H1.HeaderClassName
{
color: #34CABB;
}
.AnyTagClassName
{
color: #34CABB;
}
</style>
background-color css
<style>
a { background-color: #34CABB; }
a { background-color: rgb(52,202,187); }
div.DivClassName
{
background-color: #34CABB;
}
.BgClassName
{
background-color: #34CABB;
}
</style>
border-color css
<style>
span { border-color: #34CABB; }
span { border-color: rgb(52,202,187); }
td.TdClassName
{
border-color: #34CABB;
}
.TagClassName
{
border-color: #34CABB;
}
</style>