Shades of Turquoise #34DDBD
Tints of Turquoise #34DDBD
RGB
CMYK
RGB Variations
Color information
#34DDBD (or 0x34DDBD) is known color: Turquoise. HEX triplet: 34, DD and BD. RGB value is (52,221,189). Sum of RGB (Red+Green+Blue) = 52+221+189=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDBD is #CB2242. Grayscale: #A6A6A6. Windows color (decimal): -13312579 or 12442932. OLE color: 12442932.
HSL color Cylindrical-coordinate representation of color #34DDBD: hue angle of 168.64º 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 #34DDBD is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 189 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.13 |
| HSL | 168.64º | 0.71% | 0.54% | - |
| HSV(B) | 168.64º | 0.76% | 0.87% | - |
| XYZ | 36.46 | 56.12 | 57.05 | - |
| YUV | 166.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 189 | 0.76 | 0 | 0.14 | 0.13 | 168.64 | 0.71 | 0.54 |
| Hex | 34 | DD | BD | 4C | 0 | E | D | A9 | 47 | 36 |
| Octal | 64 | 335 | 275 | 114 | 0 | 16 | 15 | 251 | 107 | 66 |
| Binary | 110100 | 11011101 | 10111101 | 1001100 | 0 | 1110 | 1101 | 10101001 | 1000111 | 110110 |
Color Harmonies of #34DDBD
Complementary color
Monochromatic Colors of #34DDBD
Black with #34DDBD
Text Example
Text Example
White with #34DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDBD; }
p { color: rgb(52,221,189); }
H1.HeaderClassName
{
color: #34DDBD;
}
.AnyTagClassName
{
color: #34DDBD;
}
</style>
background-color css
<style>
a { background-color: #34DDBD; }
a { background-color: rgb(52,221,189); }
div.DivClassName
{
background-color: #34DDBD;
}
.BgClassName
{
background-color: #34DDBD;
}
</style>
border-color css
<style>
span { border-color: #34DDBD; }
span { border-color: rgb(52,221,189); }
td.TdClassName
{
border-color: #34DDBD;
}
.TagClassName
{
border-color: #34DDBD;
}
</style>