Html Css Color HEX #34EFB1 Turquoise

📋 copy color: '#34EFB1'

red 52 ◦ green 239 ◦ blue 177

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

Shades of Turquoise #34EFB1

Tints of Turquoise #34EFB1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.07%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 11.11%
G = 51.07%
B = 37.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#34EFB1 (or 0x34EFB1) is known color: Turquoise. HEX triplet: 34, EF and B1. RGB value is (52,239,177). Sum of RGB (Red+Green+Blue) = 52+239+177=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #34EFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EFB1 is #CB104E. Grayscale: #B0B0B0. Windows color (decimal): -13307983 or 11661108. OLE color: 11661108.

HSL color Cylindrical-coordinate representation of color #34EFB1: hue angle of 160.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EFB1 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 239 177 -
CMYK 0.78 0 0.26 0.06
HSL 160.11º 0.85% 0.57% -
HSV(B) 160.11º 0.78% 0.94% -
XYZ 40.22 65.64 52.14 -
YUV 176.02 128.55 39.54 -
System Red Green Blue C M Y K H S L
Decimal 52 239 177 0.78 0 0.26 0.06 160.11 0.85 0.57
Hex 34 EF B1 4E 0 1A 6 A0 55 39
Octal 64 357 261 116 0 32 6 240 125 71
Binary 110100 11101111 10110001 1001110 0 11010 110 10100000 1010101 111001

Color Harmonies of #34EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EFB1

Black with #34EFB1

Text Example


Text Example

White with #34EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,239,177); }

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

background-color css

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

 a { background-color: rgb(52,239,177); }

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

border-color css

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

 span { border-color: rgb(52,239,177); }

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