Html Css Color HEX #34E0B4 Turquoise

📋 copy color: '#34E0B4'

red 52 ◦ green 224 ◦ blue 180

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

Shades of Turquoise #34E0B4

Tints of Turquoise #34E0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.12%

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 11.4%
G = 49.12%
B = 39.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#34E0B4 (or 0x34E0B4) is known color: Turquoise. HEX triplet: 34, E0 and B4. RGB value is (52,224,180). Sum of RGB (Red+Green+Blue) = 52+224+180=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #34E0B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E0B4 is #CB1F4B. Grayscale: #A7A7A7. Windows color (decimal): -13311820 or 11853876. OLE color: 11853876.

HSL color Cylindrical-coordinate representation of color #34E0B4: hue angle of 164.65º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E0B4 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 180 -
CMYK 0.77 0 0.20 0.12
HSL 164.65º 0.74% 0.54% -
HSV(B) 164.65º 0.77% 0.88% -
XYZ 36.31 57.34 52.33 -
YUV 167.56 135.02 45.58 -
System Red Green Blue C M Y K H S L
Decimal 52 224 180 0.77 0 0.20 0.12 164.65 0.74 0.54
Hex 34 E0 B4 4D 0 14 C A5 4A 36
Octal 64 340 264 115 0 24 14 245 112 66
Binary 110100 11100000 10110100 1001101 0 10100 1100 10100101 1001010 110110

Color Harmonies of #34E0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E0B4

Black with #34E0B4

Text Example


Text Example

White with #34E0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,224,180); }

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

background-color css

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

 a { background-color: rgb(52,224,180); }

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

border-color css

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

 span { border-color: rgb(52,224,180); }

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