Html Css Color HEX #2BEBC4 Turquoise

📋 copy color: '#2BEBC4'

red 43 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #2BEBC4

Tints of Turquoise #2BEBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 9.07%
G = 49.58%
B = 41.35%

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

#2BEBC4 (or 0x2BEBC4) is known color: Turquoise. HEX triplet: 2B, EB and C4. RGB value is (43,235,196). Sum of RGB (Red+Green+Blue) = 43+235+196=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC4 is #D4143B. Grayscale: #ADADAD. Windows color (decimal): -13898812 or 12905259. OLE color: 12905259.

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

Color convert

RGB 43 235 196 -
CMYK 0.82 0 0.17 0.08
HSL 167.81º 0.83% 0.55% -
HSV(B) 167.81º 0.82% 0.92% -
XYZ 40.67 63.92 62.42 -
YUV 173.15 140.89 35.17 -
System Red Green Blue C M Y K H S L
Decimal 43 235 196 0.82 0 0.17 0.08 167.81 0.83 0.55
Hex 2B EB C4 52 0 11 8 A8 53 37
Octal 53 353 304 122 0 21 10 250 123 67
Binary 101011 11101011 11000100 1010010 0 10001 1000 10101000 1010011 110111

Color Harmonies of #2BEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBC4

Black with #2BEBC4

Text Example


Text Example

White with #2BEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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