Html Css Color HEX #2BEBC2 Turquoise

📋 copy color: '#2BEBC2'

red 43 ◦ green 235 ◦ blue 194

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

Shades of Turquoise #2BEBC2

Tints of Turquoise #2BEBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 9.11%
G = 49.79%
B = 41.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#2BEBC2 (or 0x2BEBC2) is known color: Turquoise. HEX triplet: 2B, EB and C2. RGB value is (43,235,194). Sum of RGB (Red+Green+Blue) = 43+235+194=472 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.11% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC2 is #D4143D. Grayscale: #ACACAC. Windows color (decimal): -13898814 or 12774187. OLE color: 12774187.

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

Color convert

RGB 43 235 194 -
CMYK 0.82 0 0.17 0.08
HSL 167.19º 0.83% 0.55% -
HSV(B) 167.19º 0.82% 0.92% -
XYZ 40.44 63.83 61.23 -
YUV 172.92 139.89 35.33 -
System Red Green Blue C M Y K H S L
Decimal 43 235 194 0.82 0 0.17 0.08 167.19 0.83 0.55
Hex 2B EB C2 52 0 11 8 A7 53 37
Octal 53 353 302 122 0 21 10 247 123 67
Binary 101011 11101011 11000010 1010010 0 10001 1000 10100111 1010011 110111

Color Harmonies of #2BEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBC2

Black with #2BEBC2

Text Example


Text Example

White with #2BEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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