Html Css Color HEX #34C3BA Medium Turquoise

📋 copy color: '#34C3BA'

red 52 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #34C3BA

Tints of Medium Turquoise #34C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 12.01%
G = 45.03%
B = 42.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#34C3BA (or 0x34C3BA) is known color: Medium Turquoise. HEX triplet: 34, C3 and BA. RGB value is (52,195,186). Sum of RGB (Red+Green+Blue) = 52+195+186=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #34C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C3BA is #CB3C45. Grayscale: #979797. Windows color (decimal): -13319238 or 12239668. OLE color: 12239668.

HSL color Cylindrical-coordinate representation of color #34C3BA: hue angle of 176.22º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C3BA is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 195 186 -
CMYK 0.73 0 0.05 0.24
HSL 176.22º 0.58% 0.48% -
HSV(B) 176.22º 0.73% 0.76% -
XYZ 29.79 43.31 53.24 -
YUV 151.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 52 195 186 0.73 0 0.05 0.24 176.22 0.58 0.48
Hex 34 C3 BA 49 0 5 18 B0 3A 30
Octal 64 303 272 111 0 5 30 260 72 60
Binary 110100 11000011 10111010 1001001 0 101 11000 10110000 111010 110000

Color Harmonies of #34C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C3BA

Black with #34C3BA

Text Example


Text Example

White with #34C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,195,186); }

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

background-color css

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

 a { background-color: rgb(52,195,186); }

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

border-color css

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

 span { border-color: rgb(52,195,186); }

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