Html Css Color HEX #34EEB8 Turquoise

📋 copy color: '#34EEB8'

red 52 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #34EEB8

Tints of Turquoise #34EEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.21%

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 10.97%
G = 50.21%
B = 38.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#34EEB8 (or 0x34EEB8) is known color: Turquoise. HEX triplet: 34, EE and B8. RGB value is (52,238,184). Sum of RGB (Red+Green+Blue) = 52+238+184=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EEB8 is #CB1147. Grayscale: #B0B0B0. Windows color (decimal): -13308232 or 12119604. OLE color: 12119604.

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

Color convert

RGB 52 238 184 -
CMYK 0.78 0 0.23 0.07
HSL 162.58º 0.85% 0.57% -
HSV(B) 162.58º 0.78% 0.93% -
XYZ 40.64 65.34 55.82 -
YUV 176.23 132.38 39.39 -
System Red Green Blue C M Y K H S L
Decimal 52 238 184 0.78 0 0.23 0.07 162.58 0.85 0.57
Hex 34 EE B8 4E 0 17 7 A3 55 39
Octal 64 356 270 116 0 27 7 243 125 71
Binary 110100 11101110 10111000 1001110 0 10111 111 10100011 1010101 111001

Color Harmonies of #34EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EEB8

Black with #34EEB8

Text Example


Text Example

White with #34EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,238,184); }

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

background-color css

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

 a { background-color: rgb(52,238,184); }

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

border-color css

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

 span { border-color: rgb(52,238,184); }

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