Shades of Medium Turquoise #34CABC
Tints of Medium Turquoise #34CABC
RGB
CMYK
RGB Variations
Color information
#34CABC (or 0x34CABC) is known color: Medium Turquoise. HEX triplet: 34, CA and BC. RGB value is (52,202,188). Sum of RGB (Red+Green+Blue) = 52+202+188=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #34CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CABC is #CB3543. Grayscale: #9B9B9B. Windows color (decimal): -13317444 or 12372532. OLE color: 12372532.
HSL color Cylindrical-coordinate representation of color #34CABC: hue angle of 174.4º 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 #34CABC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 188 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.21 |
| HSL | 174.4º | 0.59% | 0.5% | - |
| HSV(B) | 174.4º | 0.74% | 0.79% | - |
| XYZ | 31.61 | 46.6 | 54.91 | - |
| YUV | 155.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 188 | 0.74 | 0 | 0.07 | 0.21 | 174.4 | 0.59 | 0.5 |
| Hex | 34 | CA | BC | 4A | 0 | 7 | 15 | AE | 3B | 32 |
| Octal | 64 | 312 | 274 | 112 | 0 | 7 | 25 | 256 | 73 | 62 |
| Binary | 110100 | 11001010 | 10111100 | 1001010 | 0 | 111 | 10101 | 10101110 | 111011 | 110010 |
Color Harmonies of #34CABC
Complementary color
Monochromatic Colors of #34CABC
Black with #34CABC
Text Example
Text Example
White with #34CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CABC; }
p { color: rgb(52,202,188); }
H1.HeaderClassName
{
color: #34CABC;
}
.AnyTagClassName
{
color: #34CABC;
}
</style>
background-color css
<style>
a { background-color: #34CABC; }
a { background-color: rgb(52,202,188); }
div.DivClassName
{
background-color: #34CABC;
}
.BgClassName
{
background-color: #34CABC;
}
</style>
border-color css
<style>
span { border-color: #34CABC; }
span { border-color: rgb(52,202,188); }
td.TdClassName
{
border-color: #34CABC;
}
.TagClassName
{
border-color: #34CABC;
}
</style>