Html Css Color HEX #2BE9BD Turquoise

📋 copy color: '#2BE9BD'

red 43 ◦ green 233 ◦ blue 189

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

Shades of Turquoise #2BE9BD

Tints of Turquoise #2BE9BD

RGB

 RED value IS 43 (17.19% from 255) = 9.25%

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 9.25%
G = 50.11%
B = 40.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#2BE9BD (or 0x2BE9BD) is known color: Turquoise. HEX triplet: 2B, E9 and BD. RGB value is (43,233,189). Sum of RGB (Red+Green+Blue) = 43+233+189=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE9BD is #D41642. Grayscale: #ABABAB. Windows color (decimal): -13899331 or 12445995. OLE color: 12445995.

HSL color Cylindrical-coordinate representation of color #2BE9BD: hue angle of 166.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9BD is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 189 -
CMYK 0.82 0 0.19 0.09
HSL 166.11º 0.81% 0.54% -
HSV(B) 166.11º 0.82% 0.91% -
XYZ 39.32 62.47 58.13 -
YUV 171.17 138.05 36.58 -
System Red Green Blue C M Y K H S L
Decimal 43 233 189 0.82 0 0.19 0.09 166.11 0.81 0.54
Hex 2B E9 BD 52 0 13 9 A6 51 36
Octal 53 351 275 122 0 23 11 246 121 66
Binary 101011 11101001 10111101 1010010 0 10011 1001 10100110 1010001 110110

Color Harmonies of #2BE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE9BD

Black with #2BE9BD

Text Example


Text Example

White with #2BE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BE9BD; }

 p { color: rgb(43,233,189); }

 H1.HeaderClassName
 {
   color: #2BE9BD;
 }
 .AnyTagClassName
 {
   color: #2BE9BD;
 }
</style>

background-color css

<style>
 a { background-color: #2BE9BD; }

 a { background-color: rgb(43,233,189); }

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

border-color css

<style>
 span { border-color: #2BE9BD; }

 span { border-color: rgb(43,233,189); }

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