Html Css Color HEX #34D4BD Turquoise

📋 copy color: '#34D4BD'

red 52 ◦ green 212 ◦ blue 189

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

Shades of Turquoise #34D4BD

Tints of Turquoise #34D4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 11.48%
G = 46.8%
B = 41.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#34D4BD (or 0x34D4BD) is known color: Turquoise. HEX triplet: 34, D4 and BD. RGB value is (52,212,189). Sum of RGB (Red+Green+Blue) = 52+212+189=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #34D4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D4BD is #CB2B42. Grayscale: #A1A1A1. Windows color (decimal): -13314883 or 12440628. OLE color: 12440628.

HSL color Cylindrical-coordinate representation of color #34D4BD: hue angle of 171.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D4BD is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 212 189 -
CMYK 0.75 0 0.11 0.17
HSL 171.38º 0.65% 0.52% -
HSV(B) 171.38º 0.75% 0.83% -
XYZ 34.14 51.49 56.28 -
YUV 161.54 143.49 49.87 -
System Red Green Blue C M Y K H S L
Decimal 52 212 189 0.75 0 0.11 0.17 171.38 0.65 0.52
Hex 34 D4 BD 4B 0 B 11 AB 41 34
Octal 64 324 275 113 0 13 21 253 101 64
Binary 110100 11010100 10111101 1001011 0 1011 10001 10101011 1000001 110100

Color Harmonies of #34D4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D4BD

Black with #34D4BD

Text Example


Text Example

White with #34D4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,212,189); }

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

background-color css

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

 a { background-color: rgb(52,212,189); }

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

border-color css

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

 span { border-color: rgb(52,212,189); }

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