#34CAC9

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

Shades of Medium Turquoise #34CAC9

Tints of Medium Turquoise #34CAC9

Color information

#34CAC9 (or 0x34CAC9) is unknown color: approx Medium Turquoise. HEX triplet: 34, CA and C9. RGB value is (52,202,201). Sum of RGB (Red+Green+Blue) = 52+202+201=455 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.43% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAC9 is #CB3536. Grayscale: #9C9C9C. Windows color (decimal): -13317431 or 13224500. OLE color: 13224500.

HSL color Cylindrical-coordinate representation of color #34CAC9: hue angle of 179.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CAC9 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB52202201-
CMYK0.7400.000.21
HSL179.6º59.06%49.8%-
HSV(B)179.6º74.26%79.22%-
XYZ33.0847.1962.62-
YUV157.04152.853.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.43%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=11.43%
G=44.40%
B=44.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522022010.7400.000.21179.659.0649.8
Hex34CAC94A0015b43b32
Octal6431231111200252647362
Binary11010011001010110010011001010001010110110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,201); }

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

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

 a { background-color: rgb(52,202,201); }

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

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

 span { border-color: rgb(52,202,201); }

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