Html Css Color HEX #34DBC2 Turquoise

📋 copy color: '#34DBC2'

red 52 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #34DBC2

Tints of Turquoise #34DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 11.18%
G = 47.1%
B = 41.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#34DBC2 (or 0x34DBC2) is known color: Turquoise. HEX triplet: 34, DB and C2. RGB value is (52,219,194). Sum of RGB (Red+Green+Blue) = 52+219+194=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBC2 is #CB243D. Grayscale: #A6A6A6. Windows color (decimal): -13313086 or 12770100. OLE color: 12770100.

HSL color Cylindrical-coordinate representation of color #34DBC2: hue angle of 171.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DBC2 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 219 194 -
CMYK 0.76 0 0.11 0.14
HSL 171.02º 0.7% 0.53% -
HSV(B) 171.02º 0.76% 0.86% -
XYZ 36.49 55.29 59.79 -
YUV 166.22 143.67 46.53 -
System Red Green Blue C M Y K H S L
Decimal 52 219 194 0.76 0 0.11 0.14 171.02 0.7 0.53
Hex 34 DB C2 4C 0 B E AB 46 35
Octal 64 333 302 114 0 13 16 253 106 65
Binary 110100 11011011 11000010 1001100 0 1011 1110 10101011 1000110 110101

Color Harmonies of #34DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DBC2

Black with #34DBC2

Text Example


Text Example

White with #34DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,219,194); }

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

background-color css

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

 a { background-color: rgb(52,219,194); }

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

border-color css

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

 span { border-color: rgb(52,219,194); }

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