Html Css Color HEX #2BEAB4 Turquoise

📋 copy color: '#2BEAB4'

red 43 ◦ green 234 ◦ blue 180

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

Shades of Turquoise #2BEAB4

Tints of Turquoise #2BEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 9.41%
G = 51.2%
B = 39.39%

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

#2BEAB4 (or 0x2BEAB4) is known color: Turquoise. HEX triplet: 2B, EA and B4. RGB value is (43,234,180). Sum of RGB (Red+Green+Blue) = 43+234+180=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAB4 is #D4154B. Grayscale: #AAAAAA. Windows color (decimal): -13899084 or 11856427. OLE color: 11856427.

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

Color convert

RGB 43 234 180 -
CMYK 0.82 0 0.23 0.08
HSL 163.04º 0.82% 0.54% -
HSV(B) 163.04º 0.82% 0.92% -
XYZ 38.66 62.65 53.24 -
YUV 170.74 133.22 36.89 -
System Red Green Blue C M Y K H S L
Decimal 43 234 180 0.82 0 0.23 0.08 163.04 0.82 0.54
Hex 2B EA B4 52 0 17 8 A3 52 36
Octal 53 352 264 122 0 27 10 243 122 66
Binary 101011 11101010 10110100 1010010 0 10111 1000 10100011 1010010 110110

Color Harmonies of #2BEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAB4

Black with #2BEAB4

Text Example


Text Example

White with #2BEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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