#34DDB5

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

Shades of Turquoise #34DDB5

Tints of Turquoise #34DDB5

Color information

#34DDB5 (or 0x34DDB5) is unknown color: approx Turquoise. HEX triplet: 34, DD and B5. RGB value is (52,221,181). Sum of RGB (Red+Green+Blue) = 52+221+181=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDB5 is #CB224A. Grayscale: #A5A5A5. Windows color (decimal): -13312587 or 11918644. OLE color: 11918644.

HSL color Cylindrical-coordinate representation of color #34DDB5: hue angle of 165.8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDB5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB52221181-
CMYK0.7600.180.13
HSL165.8º71.31%53.53%-
HSV(B)165.8º76.47%86.67%-
XYZ35.6155.7852.61-
YUV165.91136.5146.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=11.45%
G=48.68%
B=39.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211810.7600.180.13165.871.3153.53
Hex34DDB54C012Da64736
Octal643352651140221524610766
Binary110100110111011011010110011000100101101101001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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