Html Css Color HEX #2BE7BE Turquoise

📋 copy color: '#2BE7BE'

red 43 ◦ green 231 ◦ blue 190

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

Shades of Turquoise #2BE7BE

Tints of Turquoise #2BE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.78%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 9.27%
G = 49.78%
B = 40.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#2BE7BE (or 0x2BE7BE) is known color: Turquoise. HEX triplet: 2B, E7 and BE. RGB value is (43,231,190). Sum of RGB (Red+Green+Blue) = 43+231+190=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE7BE is #D41841. Grayscale: #AAAAAA. Windows color (decimal): -13899842 or 12511019. OLE color: 12511019.

HSL color Cylindrical-coordinate representation of color #2BE7BE: hue angle of 166.91º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7BE is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 190 -
CMYK 0.81 0 0.18 0.09
HSL 166.91º 0.8% 0.54% -
HSV(B) 166.91º 0.81% 0.91% -
XYZ 38.87 61.38 58.51 -
YUV 170.11 139.22 37.33 -
System Red Green Blue C M Y K H S L
Decimal 43 231 190 0.81 0 0.18 0.09 166.91 0.8 0.54
Hex 2B E7 BE 51 0 12 9 A7 50 36
Octal 53 347 276 121 0 22 11 247 120 66
Binary 101011 11100111 10111110 1010001 0 10010 1001 10100111 1010000 110110

Color Harmonies of #2BE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE7BE

Black with #2BE7BE

Text Example


Text Example

White with #2BE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,231,190); }

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

background-color css

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

 a { background-color: rgb(43,231,190); }

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

border-color css

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

 span { border-color: rgb(43,231,190); }

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