Shades of Turquoise #34DABB
Tints of Turquoise #34DABB
RGB
CMYK
RGB Variations
Color information
#34DABB (or 0x34DABB) is known color: Turquoise. HEX triplet: 34, DA and BB. RGB value is (52,218,187). Sum of RGB (Red+Green+Blue) = 52+218+187=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #34DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DABB is #CB2544. Grayscale: #A4A4A4. Windows color (decimal): -13313349 or 12311092. OLE color: 12311092.
HSL color Cylindrical-coordinate representation of color #34DABB: hue angle of 168.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DABB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 218 | 187 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.15 |
| HSL | 168.8º | 0.69% | 0.53% | - |
| HSV(B) | 168.8º | 0.76% | 0.85% | - |
| XYZ | 35.46 | 54.46 | 55.66 | - |
| YUV | 164.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 218 | 187 | 0.76 | 0 | 0.14 | 0.15 | 168.8 | 0.69 | 0.53 |
| Hex | 34 | DA | BB | 4C | 0 | E | F | A9 | 45 | 35 |
| Octal | 64 | 332 | 273 | 114 | 0 | 16 | 17 | 251 | 105 | 65 |
| Binary | 110100 | 11011010 | 10111011 | 1001100 | 0 | 1110 | 1111 | 10101001 | 1000101 | 110101 |
Color Harmonies of #34DABB
Complementary color
Monochromatic Colors of #34DABB
Black with #34DABB
Text Example
Text Example
White with #34DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DABB; }
p { color: rgb(52,218,187); }
H1.HeaderClassName
{
color: #34DABB;
}
.AnyTagClassName
{
color: #34DABB;
}
</style>
background-color css
<style>
a { background-color: #34DABB; }
a { background-color: rgb(52,218,187); }
div.DivClassName
{
background-color: #34DABB;
}
.BgClassName
{
background-color: #34DABB;
}
</style>
border-color css
<style>
span { border-color: #34DABB; }
span { border-color: rgb(52,218,187); }
td.TdClassName
{
border-color: #34DABB;
}
.TagClassName
{
border-color: #34DABB;
}
</style>