Shades of Medium Turquoise #34CFBA
Tints of Medium Turquoise #34CFBA
RGB
CMYK
RGB Variations
Color information
#34CFBA (or 0x34CFBA) is known color: Medium Turquoise. HEX triplet: 34, CF and BA. RGB value is (52,207,186). Sum of RGB (Red+Green+Blue) = 52+207+186=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFBA is #CB3045. Grayscale: #9E9E9E. Windows color (decimal): -13316166 or 12242740. OLE color: 12242740.
HSL color Cylindrical-coordinate representation of color #34CFBA: hue angle of 171.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFBA is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 186 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.19 |
| HSL | 171.87º | 0.62% | 0.51% | - |
| HSV(B) | 171.87º | 0.75% | 0.81% | - |
| XYZ | 32.59 | 48.9 | 54.18 | - |
| YUV | 158.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 186 | 0.75 | 0 | 0.10 | 0.19 | 171.87 | 0.62 | 0.51 |
| Hex | 34 | CF | BA | 4B | 0 | A | 13 | AC | 3E | 33 |
| Octal | 64 | 317 | 272 | 113 | 0 | 12 | 23 | 254 | 76 | 63 |
| Binary | 110100 | 11001111 | 10111010 | 1001011 | 0 | 1010 | 10011 | 10101100 | 111110 | 110011 |
Color Harmonies of #34CFBA
Complementary color
Monochromatic Colors of #34CFBA
Black with #34CFBA
Text Example
Text Example
White with #34CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFBA; }
p { color: rgb(52,207,186); }
H1.HeaderClassName
{
color: #34CFBA;
}
.AnyTagClassName
{
color: #34CFBA;
}
</style>
background-color css
<style>
a { background-color: #34CFBA; }
a { background-color: rgb(52,207,186); }
div.DivClassName
{
background-color: #34CFBA;
}
.BgClassName
{
background-color: #34CFBA;
}
</style>
border-color css
<style>
span { border-color: #34CFBA; }
span { border-color: rgb(52,207,186); }
td.TdClassName
{
border-color: #34CFBA;
}
.TagClassName
{
border-color: #34CFBA;
}
</style>