Shades of Turquoise #34DCDE
Tints of Turquoise #34DCDE
RGB
CMYK
RGB Variations
Color information
#34DCDE (or 0x34DCDE) is known color: Turquoise. HEX triplet: 34, DC and DE. RGB value is (52,220,222). Sum of RGB (Red+Green+Blue) = 52+220+222=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #34DCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCDE is #CB2321. Grayscale: #A9A9A9. Windows color (decimal): -13312802 or 14605364. OLE color: 14605364.
HSL color Cylindrical-coordinate representation of color #34DCDE: hue angle of 180.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DCDE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 220 | 222 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.13 |
| HSL | 180.71º | 0.72% | 0.54% | - |
| HSV(B) | 180.71º | 0.77% | 0.87% | - |
| XYZ | 40.19 | 57.19 | 78.03 | - |
| YUV | 170 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 222 | 0.77 | 0.01 | 0 | 0.13 | 180.71 | 0.72 | 0.54 |
| Hex | 34 | DC | DE | 4D | 1 | 0 | D | B5 | 48 | 36 |
| Octal | 64 | 334 | 336 | 115 | 1 | 0 | 15 | 265 | 110 | 66 |
| Binary | 110100 | 11011100 | 11011110 | 1001101 | 1 | 0 | 1101 | 10110101 | 1001000 | 110110 |
Color Harmonies of #34DCDE
Complementary color
Monochromatic Colors of #34DCDE
Black with #34DCDE
Text Example
Text Example
White with #34DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCDE; }
p { color: rgb(52,220,222); }
H1.HeaderClassName
{
color: #34DCDE;
}
.AnyTagClassName
{
color: #34DCDE;
}
</style>
background-color css
<style>
a { background-color: #34DCDE; }
a { background-color: rgb(52,220,222); }
div.DivClassName
{
background-color: #34DCDE;
}
.BgClassName
{
background-color: #34DCDE;
}
</style>
border-color css
<style>
span { border-color: #34DCDE; }
span { border-color: rgb(52,220,222); }
td.TdClassName
{
border-color: #34DCDE;
}
.TagClassName
{
border-color: #34DCDE;
}
</style>