Shades of Turquoise #34DFDB
Tints of Turquoise #34DFDB
RGB
CMYK
RGB Variations
Color information
#34DFDB (or 0x34DFDB) is known color: Turquoise. HEX triplet: 34, DF and DB. RGB value is (52,223,219). Sum of RGB (Red+Green+Blue) = 52+223+219=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFDB is #CB2024. Grayscale: #ABABAB. Windows color (decimal): -13312037 or 14409524. OLE color: 14409524.
HSL color Cylindrical-coordinate representation of color #34DFDB: hue angle of 178.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DFDB is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 219 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.13 |
| HSL | 178.6º | 0.73% | 0.54% | - |
| HSV(B) | 178.6º | 0.77% | 0.87% | - |
| XYZ | 40.59 | 58.62 | 76.19 | - |
| YUV | 171.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 219 | 0.77 | 0 | 0.02 | 0.13 | 178.6 | 0.73 | 0.54 |
| Hex | 34 | DF | DB | 4D | 0 | 2 | D | B3 | 49 | 36 |
| Octal | 64 | 337 | 333 | 115 | 0 | 2 | 15 | 263 | 111 | 66 |
| Binary | 110100 | 11011111 | 11011011 | 1001101 | 0 | 10 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #34DFDB
Complementary color
Monochromatic Colors of #34DFDB
Black with #34DFDB
Text Example
Text Example
White with #34DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFDB; }
p { color: rgb(52,223,219); }
H1.HeaderClassName
{
color: #34DFDB;
}
.AnyTagClassName
{
color: #34DFDB;
}
</style>
background-color css
<style>
a { background-color: #34DFDB; }
a { background-color: rgb(52,223,219); }
div.DivClassName
{
background-color: #34DFDB;
}
.BgClassName
{
background-color: #34DFDB;
}
</style>
border-color css
<style>
span { border-color: #34DFDB; }
span { border-color: rgb(52,223,219); }
td.TdClassName
{
border-color: #34DFDB;
}
.TagClassName
{
border-color: #34DFDB;
}
</style>