Html Css Color HEX #34CAC4 Medium Turquoise

📋 copy color: '#34CAC4'

red 52 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #34CAC4

Tints of Medium Turquoise #34CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 11.56%
G = 44.89%
B = 43.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#34CAC4 (or 0x34CAC4) is known color: Medium Turquoise. HEX triplet: 34, CA and C4. RGB value is (52,202,196). Sum of RGB (Red+Green+Blue) = 52+202+196=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAC4 is #CB353B. Grayscale: #9C9C9C. Windows color (decimal): -13317436 or 12896820. OLE color: 12896820.

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

Color convert

RGB 52 202 196 -
CMYK 0.74 0 0.03 0.21
HSL 177.6º 0.59% 0.5% -
HSV(B) 177.6º 0.74% 0.79% -
XYZ 32.5 46.96 59.58 -
YUV 156.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 52 202 196 0.74 0 0.03 0.21 177.6 0.59 0.5
Hex 34 CA C4 4A 0 3 15 B2 3B 32
Octal 64 312 304 112 0 3 25 262 73 62
Binary 110100 11001010 11000100 1001010 0 11 10101 10110010 111011 110010

Color Harmonies of #34CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CAC4

Black with #34CAC4

Text Example


Text Example

White with #34CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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