Shades of Turquoise #34D3DC
Tints of Turquoise #34D3DC
RGB
CMYK
RGB Variations
Color information
#34D3DC (or 0x34D3DC) is known color: Turquoise. HEX triplet: 34, D3 and DC. RGB value is (52,211,220). Sum of RGB (Red+Green+Blue) = 52+211+220=483 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.77% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #34D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D3DC is #CB2C23. Grayscale: #A4A4A4. Windows color (decimal): -13315108 or 14471988. OLE color: 14471988.
HSL color Cylindrical-coordinate representation of color #34D3DC: hue angle of 183.21º degrees, saturation: 0.71, 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 #34D3DC is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 211 | 220 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.14 |
| HSL | 183.21º | 0.71% | 0.53% | - |
| HSV(B) | 183.21º | 0.76% | 0.86% | - |
| XYZ | 37.63 | 52.49 | 75.86 | - |
| YUV | 164.49 | 159.32 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 220 | 0.76 | 0.04 | 0 | 0.14 | 183.21 | 0.71 | 0.53 |
| Hex | 34 | D3 | DC | 4C | 4 | 0 | E | B7 | 47 | 35 |
| Octal | 64 | 323 | 334 | 114 | 4 | 0 | 16 | 267 | 107 | 65 |
| Binary | 110100 | 11010011 | 11011100 | 1001100 | 100 | 0 | 1110 | 10110111 | 1000111 | 110101 |
Color Harmonies of #34D3DC
Complementary color
Monochromatic Colors of #34D3DC
Black with #34D3DC
Text Example
Text Example
White with #34D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D3DC; }
p { color: rgb(52,211,220); }
H1.HeaderClassName
{
color: #34D3DC;
}
.AnyTagClassName
{
color: #34D3DC;
}
</style>
background-color css
<style>
a { background-color: #34D3DC; }
a { background-color: rgb(52,211,220); }
div.DivClassName
{
background-color: #34D3DC;
}
.BgClassName
{
background-color: #34D3DC;
}
</style>
border-color css
<style>
span { border-color: #34D3DC; }
span { border-color: rgb(52,211,220); }
td.TdClassName
{
border-color: #34D3DC;
}
.TagClassName
{
border-color: #34D3DC;
}
</style>