#34D0B9

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

Shades of Medium Turquoise #34D0B9

Tints of Medium Turquoise #34D0B9

Color information

#34D0B9 (or 0x34D0B9) is unknown color: approx Medium Turquoise. HEX triplet: 34, D0 and B9. RGB value is (52,208,185). Sum of RGB (Red+Green+Blue) = 52+208+185=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #34D0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D0B9 is #CB2F46. Grayscale: #9E9E9E. Windows color (decimal): -13315911 or 12177460. OLE color: 12177460.

HSL color Cylindrical-coordinate representation of color #34D0B9: hue angle of 171.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D0B9 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB52208185-
CMYK0.7500.110.18
HSL171.15º62.4%50.98%-
HSV(B)171.15º75%81.57%-
XYZ32.7349.3453.7-
YUV158.73142.8251.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.69%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=11.69%
G=46.74%
B=41.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522081850.7500.110.18171.1562.450.98
Hex34D0B94B0B12ab3e33
Octal64320271113013222537663
Binary11010011010000101110011001011010111001010101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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