Html Css Color HEX #34D2B9 Medium Turquoise

📋 copy color: '#34D2B9'

red 52 ◦ green 210 ◦ blue 185

#34D2B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #34D2B9

Tints of Medium Turquoise #34D2B9

RGB

 RED value IS 52 (20.7% from 255) = 11.63%

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 11.63%
G = 46.98%
B = 41.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#34D2B9 (or 0x34D2B9) is known color: Medium Turquoise. HEX triplet: 34, D2 and B9. RGB value is (52,210,185). Sum of RGB (Red+Green+Blue) = 52+210+185=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #34D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D2B9 is #CB2D46. Grayscale: #9F9F9F. Windows color (decimal): -13315399 or 12177972. OLE color: 12177972.

HSL color Cylindrical-coordinate representation of color #34D2B9: hue angle of 170.51º degrees, saturation: 0.64, 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 #34D2B9 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 185 -
CMYK 0.75 0 0.12 0.18
HSL 170.51º 0.64% 0.51% -
HSV(B) 170.51º 0.75% 0.82% -
XYZ 33.22 50.33 53.86 -
YUV 159.91 142.15 51.03 -
System Red Green Blue C M Y K H S L
Decimal 52 210 185 0.75 0 0.12 0.18 170.51 0.64 0.51
Hex 34 D2 B9 4B 0 C 12 AB 40 33
Octal 64 322 271 113 0 14 22 253 100 63
Binary 110100 11010010 10111001 1001011 0 1100 10010 10101011 1000000 110011

Color Harmonies of #34D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D2B9

Black with #34D2B9

Text Example


Text Example

White with #34D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34D2B9;
 }
 .AnyTagClassName
 {
   color: #34D2B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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