Html Css Color HEX #2BEABB Turquoise

📋 copy color: '#2BEABB'

red 43 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #2BEABB

Tints of Turquoise #2BEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.43%

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

R = 9.27%
G = 50.43%
B = 40.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#2BEABB (or 0x2BEABB) is known color: Turquoise. HEX triplet: 2B, EA and BB. RGB value is (43,234,187). Sum of RGB (Red+Green+Blue) = 43+234+187=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEABB is #D41544. Grayscale: #ABABAB. Windows color (decimal): -13899077 or 12315179. OLE color: 12315179.

HSL color Cylindrical-coordinate representation of color #2BEABB: hue angle of 165.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEABB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 187 -
CMYK 0.82 0 0.20 0.08
HSL 165.24º 0.82% 0.54% -
HSV(B) 165.24º 0.82% 0.92% -
XYZ 39.39 62.95 57.09 -
YUV 171.53 136.72 36.32 -
System Red Green Blue C M Y K H S L
Decimal 43 234 187 0.82 0 0.20 0.08 165.24 0.82 0.54
Hex 2B EA BB 52 0 14 8 A5 52 36
Octal 53 352 273 122 0 24 10 245 122 66
Binary 101011 11101010 10111011 1010010 0 10100 1000 10100101 1010010 110110

Color Harmonies of #2BEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEABB

Black with #2BEABB

Text Example


Text Example

White with #2BEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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