#34DCB5

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

Shades of Turquoise #34DCB5

Tints of Turquoise #34DCB5

Color information

#34DCB5 (or 0x34DCB5) is unknown color: approx Turquoise. HEX triplet: 34, DC and B5. RGB value is (52,220,181). Sum of RGB (Red+Green+Blue) = 52+220+181=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCB5 is #CB234A. Grayscale: #A5A5A5. Windows color (decimal): -13312843 or 11918388. OLE color: 11918388.

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

Color convert

RGB52220181-
CMYK0.7600.180.14
HSL166.07º70.59%53.33%-
HSV(B)166.07º76.36%86.27%-
XYZ35.3555.2552.52-
YUV165.32136.8447.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=11.48%
G=48.57%
B=39.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522201810.7600.180.14166.0770.5953.33
Hex34DCB54C012Ea64735
Octal643342651140221624610765
Binary110100110111001011010110011000100101110101001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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