#34CAB9

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

Shades of Medium Turquoise #34CAB9

Tints of Medium Turquoise #34CAB9

Color information

#34CAB9 (or 0x34CAB9) is unknown color: approx Medium Turquoise. HEX triplet: 34, CA and B9. RGB value is (52,202,185). Sum of RGB (Red+Green+Blue) = 52+202+185=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAB9 is #CB3546. Grayscale: #9B9B9B. Windows color (decimal): -13317447 or 12175924. OLE color: 12175924.

HSL color Cylindrical-coordinate representation of color #34CAB9: hue angle of 173.2º 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 #34CAB9 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB52202185-
CMYK0.7400.080.21
HSL173.2º59.06%49.8%-
HSV(B)173.2º74.26%79.22%-
XYZ31.2946.4753.22-
YUV155.21144.854.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.85%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=11.85%
G=46.01%
B=42.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021850.7400.080.21173.259.0649.8
Hex34CAB94A0815ad3b32
Octal64312271112010252557362
Binary11010011001010101110011001010010001010110101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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