Html Css Color HEX #2BE1B7 Turquoise

📋 copy color: '#2BE1B7'

red 43 ◦ green 225 ◦ blue 183

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

Shades of Turquoise #2BE1B7

Tints of Turquoise #2BE1B7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.89%

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

R = 9.53%
G = 49.89%
B = 40.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#2BE1B7 (or 0x2BE1B7) is known color: Turquoise. HEX triplet: 2B, E1 and B7. RGB value is (43,225,183). Sum of RGB (Red+Green+Blue) = 43+225+183=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1B7 is #D41E48. Grayscale: #A5A5A5. Windows color (decimal): -13901385 or 12050731. OLE color: 12050731.

HSL color Cylindrical-coordinate representation of color #2BE1B7: hue angle of 166.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1B7 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 225 183 -
CMYK 0.81 0 0.19 0.12
HSL 166.15º 0.75% 0.53% -
HSV(B) 166.15º 0.81% 0.88% -
XYZ 36.47 57.78 54.03 -
YUV 165.79 137.7 40.42 -
System Red Green Blue C M Y K H S L
Decimal 43 225 183 0.81 0 0.19 0.12 166.15 0.75 0.53
Hex 2B E1 B7 51 0 13 C A6 4B 35
Octal 53 341 267 121 0 23 14 246 113 65
Binary 101011 11100001 10110111 1010001 0 10011 1100 10100110 1001011 110101

Color Harmonies of #2BE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE1B7

Black with #2BE1B7

Text Example


Text Example

White with #2BE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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