Shades of Medium Turquoise #34CFBC
Tints of Medium Turquoise #34CFBC
RGB
CMYK
RGB Variations
Color information
#34CFBC (or 0x34CFBC) is known color: Medium Turquoise. HEX triplet: 34, CF and BC. RGB value is (52,207,188). Sum of RGB (Red+Green+Blue) = 52+207+188=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFBC is #CB3043. Grayscale: #9E9E9E. Windows color (decimal): -13316164 or 12373812. OLE color: 12373812.
HSL color Cylindrical-coordinate representation of color #34CFBC: hue angle of 172.65º 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 #34CFBC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 188 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.19 |
| HSL | 172.65º | 0.62% | 0.51% | - |
| HSV(B) | 172.65º | 0.75% | 0.81% | - |
| XYZ | 32.81 | 48.99 | 55.3 | - |
| YUV | 158.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 188 | 0.75 | 0 | 0.09 | 0.19 | 172.65 | 0.62 | 0.51 |
| Hex | 34 | CF | BC | 4B | 0 | 9 | 13 | AD | 3E | 33 |
| Octal | 64 | 317 | 274 | 113 | 0 | 11 | 23 | 255 | 76 | 63 |
| Binary | 110100 | 11001111 | 10111100 | 1001011 | 0 | 1001 | 10011 | 10101101 | 111110 | 110011 |
Color Harmonies of #34CFBC
Complementary color
Monochromatic Colors of #34CFBC
Black with #34CFBC
Text Example
Text Example
White with #34CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFBC; }
p { color: rgb(52,207,188); }
H1.HeaderClassName
{
color: #34CFBC;
}
.AnyTagClassName
{
color: #34CFBC;
}
</style>
background-color css
<style>
a { background-color: #34CFBC; }
a { background-color: rgb(52,207,188); }
div.DivClassName
{
background-color: #34CFBC;
}
.BgClassName
{
background-color: #34CFBC;
}
</style>
border-color css
<style>
span { border-color: #34CFBC; }
span { border-color: rgb(52,207,188); }
td.TdClassName
{
border-color: #34CFBC;
}
.TagClassName
{
border-color: #34CFBC;
}
</style>