Shades of Turquoise #34E4DB
Tints of Turquoise #34E4DB
RGB
CMYK
RGB Variations
Color information
#34E4DB (or 0x34E4DB) is known color: Turquoise. HEX triplet: 34, E4 and DB. RGB value is (52,228,219). Sum of RGB (Red+Green+Blue) = 52+228+219=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #34E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E4DB is #CB1B24. Grayscale: #AEAEAE. Windows color (decimal): -13310757 or 14410804. OLE color: 14410804.
HSL color Cylindrical-coordinate representation of color #34E4DB: hue angle of 176.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E4DB is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 219 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.11 |
| HSL | 176.93º | 0.77% | 0.55% | - |
| HSV(B) | 176.93º | 0.77% | 0.89% | - |
| XYZ | 41.95 | 61.33 | 76.65 | - |
| YUV | 174.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 219 | 0.77 | 0 | 0.04 | 0.11 | 176.93 | 0.77 | 0.55 |
| Hex | 34 | E4 | DB | 4D | 0 | 4 | B | B1 | 4D | 37 |
| Octal | 64 | 344 | 333 | 115 | 0 | 4 | 13 | 261 | 115 | 67 |
| Binary | 110100 | 11100100 | 11011011 | 1001101 | 0 | 100 | 1011 | 10110001 | 1001101 | 110111 |
Color Harmonies of #34E4DB
Complementary color
Monochromatic Colors of #34E4DB
Black with #34E4DB
Text Example
Text Example
White with #34E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E4DB; }
p { color: rgb(52,228,219); }
H1.HeaderClassName
{
color: #34E4DB;
}
.AnyTagClassName
{
color: #34E4DB;
}
</style>
background-color css
<style>
a { background-color: #34E4DB; }
a { background-color: rgb(52,228,219); }
div.DivClassName
{
background-color: #34E4DB;
}
.BgClassName
{
background-color: #34E4DB;
}
</style>
border-color css
<style>
span { border-color: #34E4DB; }
span { border-color: rgb(52,228,219); }
td.TdClassName
{
border-color: #34E4DB;
}
.TagClassName
{
border-color: #34E4DB;
}
</style>