Shades of Turquoise #34D4DC
Tints of Turquoise #34D4DC
RGB
CMYK
RGB Variations
Color information
#34D4DC (or 0x34D4DC) is known color: Turquoise. HEX triplet: 34, D4 and DC. RGB value is (52,212,220). Sum of RGB (Red+Green+Blue) = 52+212+220=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #34D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D4DC is #CB2B23. Grayscale: #A4A4A4. Windows color (decimal): -13314852 or 14472244. OLE color: 14472244.
HSL color Cylindrical-coordinate representation of color #34D4DC: hue angle of 182.86º 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 #34D4DC is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 212 | 220 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.14 |
| HSL | 182.86º | 0.71% | 0.53% | - |
| HSV(B) | 182.86º | 0.76% | 0.86% | - |
| XYZ | 37.88 | 52.98 | 75.94 | - |
| YUV | 165.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 220 | 0.76 | 0.04 | 0 | 0.14 | 182.86 | 0.71 | 0.53 |
| Hex | 34 | D4 | DC | 4C | 4 | 0 | E | B7 | 47 | 35 |
| Octal | 64 | 324 | 334 | 114 | 4 | 0 | 16 | 267 | 107 | 65 |
| Binary | 110100 | 11010100 | 11011100 | 1001100 | 100 | 0 | 1110 | 10110111 | 1000111 | 110101 |
Color Harmonies of #34D4DC
Complementary color
Monochromatic Colors of #34D4DC
Black with #34D4DC
Text Example
Text Example
White with #34D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D4DC; }
p { color: rgb(52,212,220); }
H1.HeaderClassName
{
color: #34D4DC;
}
.AnyTagClassName
{
color: #34D4DC;
}
</style>
background-color css
<style>
a { background-color: #34D4DC; }
a { background-color: rgb(52,212,220); }
div.DivClassName
{
background-color: #34D4DC;
}
.BgClassName
{
background-color: #34D4DC;
}
</style>
border-color css
<style>
span { border-color: #34D4DC; }
span { border-color: rgb(52,212,220); }
td.TdClassName
{
border-color: #34D4DC;
}
.TagClassName
{
border-color: #34D4DC;
}
</style>