Html Css Color HEX #34D0B7 Medium Turquoise

📋 copy color: '#34D0B7'

red 52 ◦ green 208 ◦ blue 183

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

Shades of Medium Turquoise #34D0B7

Tints of Medium Turquoise #34D0B7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 183 (71.88% from 255) = 41.31%

R = 11.74%
G = 46.95%
B = 41.31%

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

#34D0B7 (or 0x34D0B7) is known color: Medium Turquoise. HEX triplet: 34, D0 and B7. RGB value is (52,208,183). Sum of RGB (Red+Green+Blue) = 52+208+183=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #34D0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D0B7 is #CB2F48. Grayscale: #9E9E9E. Windows color (decimal): -13315913 or 12046388. OLE color: 12046388.

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

Color convert

RGB 52 208 183 -
CMYK 0.75 0 0.12 0.18
HSL 170.38º 0.62% 0.51% -
HSV(B) 170.38º 0.75% 0.82% -
XYZ 32.52 49.26 52.59 -
YUV 158.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 52 208 183 0.75 0 0.12 0.18 170.38 0.62 0.51
Hex 34 D0 B7 4B 0 C 12 AA 3E 33
Octal 64 320 267 113 0 14 22 252 76 63
Binary 110100 11010000 10110111 1001011 0 1100 10010 10101010 111110 110011

Color Harmonies of #34D0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D0B7

Black with #34D0B7

Text Example


Text Example

White with #34D0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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