Html Css Color HEX #2BEAB5 Turquoise

📋 copy color: '#2BEAB5'

red 43 ◦ green 234 ◦ blue 181

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

Shades of Turquoise #2BEAB5

Tints of Turquoise #2BEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 9.39%
G = 51.09%
B = 39.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#2BEAB5 (or 0x2BEAB5) is known color: Turquoise. HEX triplet: 2B, EA and B5. RGB value is (43,234,181). Sum of RGB (Red+Green+Blue) = 43+234+181=458 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.39% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAB5 is #D4154A. Grayscale: #AAAAAA. Windows color (decimal): -13899083 or 11921963. OLE color: 11921963.

HSL color Cylindrical-coordinate representation of color #2BEAB5: hue angle of 163.35º 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 #2BEAB5 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 181 -
CMYK 0.82 0 0.23 0.08
HSL 163.35º 0.82% 0.54% -
HSV(B) 163.35º 0.82% 0.92% -
XYZ 38.76 62.7 53.77 -
YUV 170.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 43 234 181 0.82 0 0.23 0.08 163.35 0.82 0.54
Hex 2B EA B5 52 0 17 8 A3 52 36
Octal 53 352 265 122 0 27 10 243 122 66
Binary 101011 11101010 10110101 1010010 0 10111 1000 10100011 1010010 110110

Color Harmonies of #2BEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAB5

Black with #2BEAB5

Text Example


Text Example

White with #2BEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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