Html Css Color HEX #34E9BB Turquoise

📋 copy color: '#34E9BB'

red 52 ◦ green 233 ◦ blue 187

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

Shades of Turquoise #34E9BB

Tints of Turquoise #34E9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 11.02%
G = 49.36%
B = 39.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#34E9BB (or 0x34E9BB) is known color: Turquoise. HEX triplet: 34, E9 and BB. RGB value is (52,233,187). Sum of RGB (Red+Green+Blue) = 52+233+187=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9BB is #CB1644. Grayscale: #ADADAD. Windows color (decimal): -13309509 or 12314932. OLE color: 12314932.

HSL color Cylindrical-coordinate representation of color #34E9BB: hue angle of 164.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 #34E9BB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 187 -
CMYK 0.78 0 0.20 0.09
HSL 164.75º 0.8% 0.56% -
HSV(B) 164.75º 0.78% 0.91% -
XYZ 39.52 62.6 57.01 -
YUV 173.64 135.53 41.24 -
System Red Green Blue C M Y K H S L
Decimal 52 233 187 0.78 0 0.20 0.09 164.75 0.8 0.56
Hex 34 E9 BB 4E 0 14 9 A5 50 38
Octal 64 351 273 116 0 24 11 245 120 70
Binary 110100 11101001 10111011 1001110 0 10100 1001 10100101 1010000 111000

Color Harmonies of #34E9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E9BB

Black with #34E9BB

Text Example


Text Example

White with #34E9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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