Shades of Turquoise #34DDBC
Tints of Turquoise #34DDBC
RGB
CMYK
RGB Variations
Color information
#34DDBC (or 0x34DDBC) is known color: Turquoise. HEX triplet: 34, DD and BC. RGB value is (52,221,188). Sum of RGB (Red+Green+Blue) = 52+221+188=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDBC is #CB2243. Grayscale: #A6A6A6. Windows color (decimal): -13312580 or 12377396. OLE color: 12377396.
HSL color Cylindrical-coordinate representation of color #34DDBC: hue angle of 168.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDBC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 188 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.13 |
| HSL | 168.28º | 0.71% | 0.54% | - |
| HSV(B) | 168.28º | 0.76% | 0.87% | - |
| XYZ | 36.35 | 56.07 | 56.48 | - |
| YUV | 166.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 188 | 0.76 | 0 | 0.15 | 0.13 | 168.28 | 0.71 | 0.54 |
| Hex | 34 | DD | BC | 4C | 0 | F | D | A8 | 47 | 36 |
| Octal | 64 | 335 | 274 | 114 | 0 | 17 | 15 | 250 | 107 | 66 |
| Binary | 110100 | 11011101 | 10111100 | 1001100 | 0 | 1111 | 1101 | 10101000 | 1000111 | 110110 |
Color Harmonies of #34DDBC
Complementary color
Monochromatic Colors of #34DDBC
Black with #34DDBC
Text Example
Text Example
White with #34DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDBC; }
p { color: rgb(52,221,188); }
H1.HeaderClassName
{
color: #34DDBC;
}
.AnyTagClassName
{
color: #34DDBC;
}
</style>
background-color css
<style>
a { background-color: #34DDBC; }
a { background-color: rgb(52,221,188); }
div.DivClassName
{
background-color: #34DDBC;
}
.BgClassName
{
background-color: #34DDBC;
}
</style>
border-color css
<style>
span { border-color: #34DDBC; }
span { border-color: rgb(52,221,188); }
td.TdClassName
{
border-color: #34DDBC;
}
.TagClassName
{
border-color: #34DDBC;
}
</style>