Html Css Color HEX #34E1B9 Turquoise

📋 copy color: '#34E1B9'

red 52 ◦ green 225 ◦ blue 185

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

Shades of Turquoise #34E1B9

Tints of Turquoise #34E1B9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 11.26%
G = 48.7%
B = 40.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#34E1B9 (or 0x34E1B9) is known color: Turquoise. HEX triplet: 34, E1 and B9. RGB value is (52,225,185). Sum of RGB (Red+Green+Blue) = 52+225+185=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E1B9 is #CB1E46. Grayscale: #A8A8A8. Windows color (decimal): -13311559 or 12181812. OLE color: 12181812.

HSL color Cylindrical-coordinate representation of color #34E1B9: hue angle of 166.13º 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 #34E1B9 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 225 185 -
CMYK 0.77 0 0.18 0.12
HSL 166.13º 0.74% 0.54% -
HSV(B) 166.13º 0.77% 0.88% -
XYZ 37.1 58.08 55.15 -
YUV 168.71 137.19 44.75 -
System Red Green Blue C M Y K H S L
Decimal 52 225 185 0.77 0 0.18 0.12 166.13 0.74 0.54
Hex 34 E1 B9 4D 0 12 C A6 4A 36
Octal 64 341 271 115 0 22 14 246 112 66
Binary 110100 11100001 10111001 1001101 0 10010 1100 10100110 1001010 110110

Color Harmonies of #34E1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E1B9

Black with #34E1B9

Text Example


Text Example

White with #34E1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,225,185); }

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

background-color css

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

 a { background-color: rgb(52,225,185); }

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

border-color css

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

 span { border-color: rgb(52,225,185); }

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