Html Css Color HEX #2BEBB3 Turquoise

📋 copy color: '#2BEBB3'

red 43 ◦ green 235 ◦ blue 179

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

Shades of Turquoise #2BEBB3

Tints of Turquoise #2BEBB3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 9.41%
G = 51.42%
B = 39.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#2BEBB3 (or 0x2BEBB3) is known color: Turquoise. HEX triplet: 2B, EB and B3. RGB value is (43,235,179). Sum of RGB (Red+Green+Blue) = 43+235+179=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBB3 is #D4144C. Grayscale: #ABABAB. Windows color (decimal): -13898829 or 11791147. OLE color: 11791147.

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

Color convert

RGB 43 235 179 -
CMYK 0.82 0 0.24 0.08
HSL 162.5º 0.83% 0.55% -
HSV(B) 162.5º 0.82% 0.92% -
XYZ 38.84 63.18 52.8 -
YUV 171.21 132.39 36.55 -
System Red Green Blue C M Y K H S L
Decimal 43 235 179 0.82 0 0.24 0.08 162.5 0.83 0.55
Hex 2B EB B3 52 0 18 8 A2 53 37
Octal 53 353 263 122 0 30 10 242 123 67
Binary 101011 11101011 10110011 1010010 0 11000 1000 10100010 1010011 110111

Color Harmonies of #2BEBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBB3

Black with #2BEBB3

Text Example


Text Example

White with #2BEBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,235,179); }

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

background-color css

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

 a { background-color: rgb(43,235,179); }

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

border-color css

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

 span { border-color: rgb(43,235,179); }

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