Html Css Color HEX #34E9BE Turquoise

📋 copy color: '#34E9BE'

red 52 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #34E9BE

Tints of Turquoise #34E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.05%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 10.95%
G = 49.05%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#34E9BE (or 0x34E9BE) is known color: Turquoise. HEX triplet: 34, E9 and BE. RGB value is (52,233,190). Sum of RGB (Red+Green+Blue) = 52+233+190=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9BE is #CB1641. Grayscale: #ADADAD. Windows color (decimal): -13309506 or 12511540. OLE color: 12511540.

HSL color Cylindrical-coordinate representation of color #34E9BE: hue angle of 165.75º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E9BE is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 190 -
CMYK 0.78 0 0.18 0.09
HSL 165.75º 0.8% 0.56% -
HSV(B) 165.75º 0.78% 0.91% -
XYZ 39.85 62.73 58.72 -
YUV 173.98 137.03 41 -
System Red Green Blue C M Y K H S L
Decimal 52 233 190 0.78 0 0.18 0.09 165.75 0.8 0.56
Hex 34 E9 BE 4E 0 12 9 A6 50 38
Octal 64 351 276 116 0 22 11 246 120 70
Binary 110100 11101001 10111110 1001110 0 10010 1001 10100110 1010000 111000

Color Harmonies of #34E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E9BE

Black with #34E9BE

Text Example


Text Example

White with #34E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,233,190); }

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

background-color css

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

 a { background-color: rgb(52,233,190); }

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

border-color css

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

 span { border-color: rgb(52,233,190); }

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