Html Css Color HEX #34DDC4 Turquoise

📋 copy color: '#34DDC4'

red 52 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #34DDC4

Tints of Turquoise #34DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 11.09%
G = 47.12%
B = 41.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#34DDC4 (or 0x34DDC4) is known color: Turquoise. HEX triplet: 34, DD and C4. RGB value is (52,221,196). Sum of RGB (Red+Green+Blue) = 52+221+196=469 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.09% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDC4 is #CB223B. Grayscale: #A7A7A7. Windows color (decimal): -13312572 or 12901684. OLE color: 12901684.

HSL color Cylindrical-coordinate representation of color #34DDC4: hue angle of 171.12º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDC4 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 221 196 -
CMYK 0.76 0 0.11 0.13
HSL 171.12º 0.71% 0.54% -
HSV(B) 171.12º 0.76% 0.87% -
XYZ 37.24 56.43 61.15 -
YUV 167.62 144.01 45.53 -
System Red Green Blue C M Y K H S L
Decimal 52 221 196 0.76 0 0.11 0.13 171.12 0.71 0.54
Hex 34 DD C4 4C 0 B D AB 47 36
Octal 64 335 304 114 0 13 15 253 107 66
Binary 110100 11011101 11000100 1001100 0 1011 1101 10101011 1000111 110110

Color Harmonies of #34DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDC4

Black with #34DDC4

Text Example


Text Example

White with #34DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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