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