Shades of Turquoise #34EFBC
Tints of Turquoise #34EFBC
RGB
CMYK
RGB Variations
Color information
#34EFBC (or 0x34EFBC) is known color: Turquoise. HEX triplet: 34, EF and BC. RGB value is (52,239,188). Sum of RGB (Red+Green+Blue) = 52+239+188=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #34EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EFBC is #CB1043. Grayscale: #B1B1B1. Windows color (decimal): -13307972 or 12382004. OLE color: 12382004.
HSL color Cylindrical-coordinate representation of color #34EFBC: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EFBC is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 188 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.06 |
| HSL | 163.64º | 0.85% | 0.57% | - |
| HSV(B) | 163.64º | 0.78% | 0.94% | - |
| XYZ | 41.36 | 66.09 | 58.15 | - |
| YUV | 177.27 | 134.05 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 188 | 0.78 | 0 | 0.21 | 0.06 | 163.64 | 0.85 | 0.57 |
| Hex | 34 | EF | BC | 4E | 0 | 15 | 6 | A4 | 55 | 39 |
| Octal | 64 | 357 | 274 | 116 | 0 | 25 | 6 | 244 | 125 | 71 |
| Binary | 110100 | 11101111 | 10111100 | 1001110 | 0 | 10101 | 110 | 10100100 | 1010101 | 111001 |
Color Harmonies of #34EFBC
Complementary color
Monochromatic Colors of #34EFBC
Black with #34EFBC
Text Example
Text Example
White with #34EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EFBC; }
p { color: rgb(52,239,188); }
H1.HeaderClassName
{
color: #34EFBC;
}
.AnyTagClassName
{
color: #34EFBC;
}
</style>
background-color css
<style>
a { background-color: #34EFBC; }
a { background-color: rgb(52,239,188); }
div.DivClassName
{
background-color: #34EFBC;
}
.BgClassName
{
background-color: #34EFBC;
}
</style>
border-color css
<style>
span { border-color: #34EFBC; }
span { border-color: rgb(52,239,188); }
td.TdClassName
{
border-color: #34EFBC;
}
.TagClassName
{
border-color: #34EFBC;
}
</style>