Html Css Color HEX #2BEABF Turquoise

📋 copy color: '#2BEABF'

red 43 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #2BEABF

Tints of Turquoise #2BEABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 9.19%
G = 50%
B = 40.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#2BEABF (or 0x2BEABF) is known color: Turquoise. HEX triplet: 2B, EA and BF. RGB value is (43,234,191). Sum of RGB (Red+Green+Blue) = 43+234+191=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEABF is #D41540. Grayscale: #ABABAB. Windows color (decimal): -13899073 or 12577323. OLE color: 12577323.

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

Color convert

RGB 43 234 191 -
CMYK 0.82 0 0.18 0.08
HSL 166.49º 0.82% 0.54% -
HSV(B) 166.49º 0.82% 0.92% -
XYZ 39.82 63.12 59.37 -
YUV 171.99 138.72 36 -
System Red Green Blue C M Y K H S L
Decimal 43 234 191 0.82 0 0.18 0.08 166.49 0.82 0.54
Hex 2B EA BF 52 0 12 8 A6 52 36
Octal 53 352 277 122 0 22 10 246 122 66
Binary 101011 11101010 10111111 1010010 0 10010 1000 10100110 1010010 110110

Color Harmonies of #2BEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEABF

Black with #2BEABF

Text Example


Text Example

White with #2BEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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