Html Css Color HEX #34CAC5 Medium Turquoise

📋 copy color: '#34CAC5'

red 52 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #34CAC5

Tints of Medium Turquoise #34CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 11.53%
G = 44.79%
B = 43.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#34CAC5 (or 0x34CAC5) is known color: Medium Turquoise. HEX triplet: 34, CA and C5. RGB value is (52,202,197). Sum of RGB (Red+Green+Blue) = 52+202+197=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAC5 is #CB353A. Grayscale: #9C9C9C. Windows color (decimal): -13317435 or 12962356. OLE color: 12962356.

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

Color convert

RGB 52 202 197 -
CMYK 0.74 0 0.02 0.21
HSL 178º 0.59% 0.5% -
HSV(B) 178º 0.74% 0.79% -
XYZ 32.61 47 60.18 -
YUV 156.58 150.81 53.41 -
System Red Green Blue C M Y K H S L
Decimal 52 202 197 0.74 0 0.02 0.21 178 0.59 0.5
Hex 34 CA C5 4A 0 2 15 B2 3B 32
Octal 64 312 305 112 0 2 25 262 73 62
Binary 110100 11001010 11000101 1001010 0 10 10101 10110010 111011 110010

Color Harmonies of #34CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CAC5

Black with #34CAC5

Text Example


Text Example

White with #34CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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