Shades of Turquoise #34DADB
Tints of Turquoise #34DADB
RGB
CMYK
RGB Variations
Color information
#34DADB (or 0x34DADB) is known color: Turquoise. HEX triplet: 34, DA and DB. RGB value is (52,218,219). Sum of RGB (Red+Green+Blue) = 52+218+219=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #34DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DADB is #CB2524. Grayscale: #A8A8A8. Windows color (decimal): -13313317 or 14408244. OLE color: 14408244.
HSL color Cylindrical-coordinate representation of color #34DADB: hue angle of 180.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DADB is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 218 | 219 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.14 |
| HSL | 180.36º | 0.7% | 0.53% | - |
| HSV(B) | 180.36º | 0.76% | 0.86% | - |
| XYZ | 39.27 | 55.99 | 75.75 | - |
| YUV | 168.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 218 | 219 | 0.76 | 0.00 | 0 | 0.14 | 180.36 | 0.7 | 0.53 |
| Hex | 34 | DA | DB | 4C | 0 | 0 | E | B4 | 46 | 35 |
| Octal | 64 | 332 | 333 | 114 | 0 | 0 | 16 | 264 | 106 | 65 |
| Binary | 110100 | 11011010 | 11011011 | 1001100 | 0 | 0 | 1110 | 10110100 | 1000110 | 110101 |
Color Harmonies of #34DADB
Complementary color
Monochromatic Colors of #34DADB
Black with #34DADB
Text Example
Text Example
White with #34DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DADB; }
p { color: rgb(52,218,219); }
H1.HeaderClassName
{
color: #34DADB;
}
.AnyTagClassName
{
color: #34DADB;
}
</style>
background-color css
<style>
a { background-color: #34DADB; }
a { background-color: rgb(52,218,219); }
div.DivClassName
{
background-color: #34DADB;
}
.BgClassName
{
background-color: #34DADB;
}
</style>
border-color css
<style>
span { border-color: #34DADB; }
span { border-color: rgb(52,218,219); }
td.TdClassName
{
border-color: #34DADB;
}
.TagClassName
{
border-color: #34DADB;
}
</style>