Html Css Color HEX #34EABA Turquoise

📋 copy color: '#34EABA'

red 52 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #34EABA

Tints of Turquoise #34EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 11.02%
G = 49.58%
B = 39.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#34EABA (or 0x34EABA) is known color: Turquoise. HEX triplet: 34, EA and BA. RGB value is (52,234,186). Sum of RGB (Red+Green+Blue) = 52+234+186=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #34EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EABA is #CB1545. Grayscale: #AEAEAE. Windows color (decimal): -13309254 or 12249652. OLE color: 12249652.

HSL color Cylindrical-coordinate representation of color #34EABA: hue angle of 164.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EABA is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 186 -
CMYK 0.78 0 0.21 0.08
HSL 164.18º 0.81% 0.56% -
HSV(B) 164.18º 0.78% 0.92% -
XYZ 39.7 63.12 56.55 -
YUV 174.11 134.7 40.9 -
System Red Green Blue C M Y K H S L
Decimal 52 234 186 0.78 0 0.21 0.08 164.18 0.81 0.56
Hex 34 EA BA 4E 0 15 8 A4 51 38
Octal 64 352 272 116 0 25 10 244 121 70
Binary 110100 11101010 10111010 1001110 0 10101 1000 10100100 1010001 111000

Color Harmonies of #34EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EABA

Black with #34EABA

Text Example


Text Example

White with #34EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,234,186); }

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

background-color css

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

 a { background-color: rgb(52,234,186); }

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

border-color css

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

 span { border-color: rgb(52,234,186); }

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