Shades of Turquoise #34DCE6
Tints of Turquoise #34DCE6
RGB
CMYK
RGB Variations
Color information
#34DCE6 (or 0x34DCE6) is known color: Turquoise. HEX triplet: 34, DC and E6. RGB value is (52,220,230). Sum of RGB (Red+Green+Blue) = 52+220+230=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #34DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCE6 is #CB2319. Grayscale: #AAAAAA. Windows color (decimal): -13312794 or 15129652. OLE color: 15129652.
HSL color Cylindrical-coordinate representation of color #34DCE6: hue angle of 183.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DCE6 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 220 | 230 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.10 |
| HSL | 183.37º | 0.78% | 0.55% | - |
| HSV(B) | 183.37º | 0.77% | 0.9% | - |
| XYZ | 41.29 | 57.63 | 83.81 | - |
| YUV | 170.91 | 161.34 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 230 | 0.77 | 0.04 | 0 | 0.10 | 183.37 | 0.78 | 0.55 |
| Hex | 34 | DC | E6 | 4D | 4 | 0 | A | B7 | 4E | 37 |
| Octal | 64 | 334 | 346 | 115 | 4 | 0 | 12 | 267 | 116 | 67 |
| Binary | 110100 | 11011100 | 11100110 | 1001101 | 100 | 0 | 1010 | 10110111 | 1001110 | 110111 |
Color Harmonies of #34DCE6
Complementary color
Monochromatic Colors of #34DCE6
Black with #34DCE6
Text Example
Text Example
White with #34DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCE6; }
p { color: rgb(52,220,230); }
H1.HeaderClassName
{
color: #34DCE6;
}
.AnyTagClassName
{
color: #34DCE6;
}
</style>
background-color css
<style>
a { background-color: #34DCE6; }
a { background-color: rgb(52,220,230); }
div.DivClassName
{
background-color: #34DCE6;
}
.BgClassName
{
background-color: #34DCE6;
}
</style>
border-color css
<style>
span { border-color: #34DCE6; }
span { border-color: rgb(52,220,230); }
td.TdClassName
{
border-color: #34DCE6;
}
.TagClassName
{
border-color: #34DCE6;
}
</style>