Shades of Turquoise #34DBEC
Tints of Turquoise #34DBEC
RGB
CMYK
RGB Variations
Color information
#34DBEC (or 0x34DBEC) is known color: Turquoise. HEX triplet: 34, DB and EC. RGB value is (52,219,236). Sum of RGB (Red+Green+Blue) = 52+219+236=507 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.26% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #34DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBEC is #CB2413. Grayscale: #AAAAAA. Windows color (decimal): -13313044 or 15522612. OLE color: 15522612.
HSL color Cylindrical-coordinate representation of color #34DBEC: hue angle of 185.54º 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 #34DBEC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 219 | 236 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.07 |
| HSL | 185.54º | 0.83% | 0.56% | - |
| HSV(B) | 185.54º | 0.78% | 0.93% | - |
| XYZ | 41.89 | 57.45 | 88.24 | - |
| YUV | 171.01 | 164.67 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 236 | 0.78 | 0.07 | 0 | 0.07 | 185.54 | 0.83 | 0.56 |
| Hex | 34 | DB | EC | 4E | 7 | 0 | 7 | BA | 53 | 38 |
| Octal | 64 | 333 | 354 | 116 | 7 | 0 | 7 | 272 | 123 | 70 |
| Binary | 110100 | 11011011 | 11101100 | 1001110 | 111 | 0 | 111 | 10111010 | 1010011 | 111000 |
Color Harmonies of #34DBEC
Complementary color
Monochromatic Colors of #34DBEC
Black with #34DBEC
Text Example
Text Example
White with #34DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBEC; }
p { color: rgb(52,219,236); }
H1.HeaderClassName
{
color: #34DBEC;
}
.AnyTagClassName
{
color: #34DBEC;
}
</style>
background-color css
<style>
a { background-color: #34DBEC; }
a { background-color: rgb(52,219,236); }
div.DivClassName
{
background-color: #34DBEC;
}
.BgClassName
{
background-color: #34DBEC;
}
</style>
border-color css
<style>
span { border-color: #34DBEC; }
span { border-color: rgb(52,219,236); }
td.TdClassName
{
border-color: #34DBEC;
}
.TagClassName
{
border-color: #34DBEC;
}
</style>