Shades of Turquoise #34DCEC
Tints of Turquoise #34DCEC
RGB
CMYK
RGB Variations
Color information
#34DCEC (or 0x34DCEC) is known color: Turquoise. HEX triplet: 34, DC and EC. RGB value is (52,220,236). Sum of RGB (Red+Green+Blue) = 52+220+236=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #34DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCEC is #CB2313. Grayscale: #ABABAB. Windows color (decimal): -13312788 or 15522868. OLE color: 15522868.
HSL color Cylindrical-coordinate representation of color #34DCEC: hue angle of 185.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DCEC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 220 | 236 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.07 |
| HSL | 185.22º | 0.83% | 0.56% | - |
| HSV(B) | 185.22º | 0.78% | 0.93% | - |
| XYZ | 42.15 | 57.97 | 88.33 | - |
| YUV | 171.59 | 164.34 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 236 | 0.78 | 0.07 | 0 | 0.07 | 185.22 | 0.83 | 0.56 |
| Hex | 34 | DC | EC | 4E | 7 | 0 | 7 | B9 | 53 | 38 |
| Octal | 64 | 334 | 354 | 116 | 7 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110100 | 11011100 | 11101100 | 1001110 | 111 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #34DCEC
Complementary color
Monochromatic Colors of #34DCEC
Black with #34DCEC
Text Example
Text Example
White with #34DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCEC; }
p { color: rgb(52,220,236); }
H1.HeaderClassName
{
color: #34DCEC;
}
.AnyTagClassName
{
color: #34DCEC;
}
</style>
background-color css
<style>
a { background-color: #34DCEC; }
a { background-color: rgb(52,220,236); }
div.DivClassName
{
background-color: #34DCEC;
}
.BgClassName
{
background-color: #34DCEC;
}
</style>
border-color css
<style>
span { border-color: #34DCEC; }
span { border-color: rgb(52,220,236); }
td.TdClassName
{
border-color: #34DCEC;
}
.TagClassName
{
border-color: #34DCEC;
}
</style>