#34DCB6

Color #34DCB6 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #34DCB6

Tints of Turquoise #34DCB6

Color information

#34DCB6 (or 0x34DCB6) is unknown color: approx Turquoise. HEX triplet: 34, DC and B6. RGB value is (52,220,182). Sum of RGB (Red+Green+Blue) = 52+220+182=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCB6 is #CB2349. Grayscale: #A5A5A5. Windows color (decimal): -13312842 or 11983924. OLE color: 11983924.

HSL color Cylindrical-coordinate representation of color #34DCB6: hue angle of 166.43º 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 #34DCB6 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB52220182-
CMYK0.7600.170.14
HSL166.43º70.59%53.33%-
HSV(B)166.43º76.36%86.27%-
XYZ35.4555.2953.06-
YUV165.44137.3447.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=11.45%
G=48.46%
B=40.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522201820.7600.170.14166.4370.5953.33
Hex34DCB64C011Ea64735
Octal643342661140211624610765
Binary110100110111001011011010011000100011110101001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34DCB6; }

 p { color: rgb(52,220,182); }

 H1.HeaderClassName
 {
   color: #34DCB6;
 }
 .AnyTagClassName
 {
   color: #34DCB6;
 }
</style>
background-color css

<style>
 a { background-color: #34DCB6; }

 a { background-color: rgb(52,220,182); }

 div.DivClassName
 {
   background-color: #34DCB6;
 }
 .BgClassName
 {
   background-color: #34DCB6;
 }
</style>
border-color css

<style>
 span { border-color: #34DCB6; }

 span { border-color: rgb(52,220,182); }

 td.TdClassName
 {
   border-color: #34DCB6;
 }
 .TagClassName
 {
   border-color: #34DCB6;
 }
</style>