Html Css Color HEX #2BEAB7 Turquoise

📋 copy color: '#2BEAB7'

red 43 ◦ green 234 ◦ blue 183

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

Shades of Turquoise #2BEAB7

Tints of Turquoise #2BEAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 9.35%
G = 50.87%
B = 39.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#2BEAB7 (or 0x2BEAB7) is known color: Turquoise. HEX triplet: 2B, EA and B7. RGB value is (43,234,183). Sum of RGB (Red+Green+Blue) = 43+234+183=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAB7 is #D41548. Grayscale: #ABABAB. Windows color (decimal): -13899081 or 12053035. OLE color: 12053035.

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

Color convert

RGB 43 234 183 -
CMYK 0.82 0 0.22 0.08
HSL 163.98º 0.82% 0.54% -
HSV(B) 163.98º 0.82% 0.92% -
XYZ 38.97 62.78 54.86 -
YUV 171.08 134.72 36.65 -
System Red Green Blue C M Y K H S L
Decimal 43 234 183 0.82 0 0.22 0.08 163.98 0.82 0.54
Hex 2B EA B7 52 0 16 8 A4 52 36
Octal 53 352 267 122 0 26 10 244 122 66
Binary 101011 11101010 10110111 1010010 0 10110 1000 10100100 1010010 110110

Color Harmonies of #2BEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAB7

Black with #2BEAB7

Text Example


Text Example

White with #2BEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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