Html Css Color HEX #2BE5BB Turquoise

📋 copy color: '#2BE5BB'

red 43 ◦ green 229 ◦ blue 187

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

Shades of Turquoise #2BE5BB

Tints of Turquoise #2BE5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.89%

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

R = 9.37%
G = 49.89%
B = 40.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#2BE5BB (or 0x2BE5BB) is known color: Turquoise. HEX triplet: 2B, E5 and BB. RGB value is (43,229,187). Sum of RGB (Red+Green+Blue) = 43+229+187=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5BB is #D41A44. Grayscale: #A8A8A8. Windows color (decimal): -13900357 or 12313899. OLE color: 12313899.

HSL color Cylindrical-coordinate representation of color #2BE5BB: hue angle of 166.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5BB is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 187 -
CMYK 0.81 0 0.18 0.10
HSL 166.45º 0.78% 0.53% -
HSV(B) 166.45º 0.81% 0.9% -
XYZ 37.99 60.14 56.62 -
YUV 168.6 138.38 38.42 -
System Red Green Blue C M Y K H S L
Decimal 43 229 187 0.81 0 0.18 0.10 166.45 0.78 0.53
Hex 2B E5 BB 51 0 12 A A6 4E 35
Octal 53 345 273 121 0 22 12 246 116 65
Binary 101011 11100101 10111011 1010001 0 10010 1010 10100110 1001110 110101

Color Harmonies of #2BE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE5BB

Black with #2BE5BB

Text Example


Text Example

White with #2BE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,229,187); }

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

background-color css

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

 a { background-color: rgb(43,229,187); }

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

border-color css

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

 span { border-color: rgb(43,229,187); }

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