#34D5BA

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

Shades of Turquoise #34D5BA

Tints of Turquoise #34D5BA

Color information

#34D5BA (or 0x34D5BA) is unknown color: approx Turquoise. HEX triplet: 34, D5 and BA. RGB value is (52,213,186). Sum of RGB (Red+Green+Blue) = 52+213+186=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #34D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D5BA is #CB2A45. Grayscale: #A1A1A1. Windows color (decimal): -13314630 or 12244276. OLE color: 12244276.

HSL color Cylindrical-coordinate representation of color #34D5BA: hue angle of 169.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D5BA is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB52213186-
CMYK0.7600.130.16
HSL169.94º65.71%51.96%-
HSV(B)169.94º75.59%83.53%-
XYZ34.0751.8654.67-
YUV161.78141.6649.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.53%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=11.53%
G=47.23%
B=41.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522131860.7600.130.16169.9465.7151.96
Hex34D5BA4C0D10aa4234
Octal643252721140152025210264
Binary110100110101011011101010011000110110000101010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,186); }

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

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

 a { background-color: rgb(52,213,186); }

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

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

 span { border-color: rgb(52,213,186); }

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