#34C2BD

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

Shades of Medium Turquoise #34C2BD

Tints of Medium Turquoise #34C2BD

Color information

#34C2BD (or 0x34C2BD) is unknown color: approx Medium Turquoise. HEX triplet: 34, C2 and BD. RGB value is (52,194,189). Sum of RGB (Red+Green+Blue) = 52+194+189=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2BD is #CB3D42. Grayscale: #969696. Windows color (decimal): -13319491 or 12436020. OLE color: 12436020.

HSL color Cylindrical-coordinate representation of color #34C2BD: hue angle of 177.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C2BD is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB52194189-
CMYK0.7300.030.24
HSL177.89º57.72%48.24%-
HSV(B)177.89º73.2%76.08%-
XYZ29.8942.9954.87-
YUV150.97149.4657.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.95%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=11.95%
G=44.60%
B=43.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941890.7300.030.24177.8957.7248.24
Hex34C2BD490318b23a30
Octal6430227511103302627260
Binary110100110000101011110110010010111100010110010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,189); }

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

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

 a { background-color: rgb(52,194,189); }

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

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

 span { border-color: rgb(52,194,189); }

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