Html Css Color HEX #2BE3C4 Turquoise

📋 copy color: '#2BE3C4'

red 43 ◦ green 227 ◦ blue 196

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

Shades of Turquoise #2BE3C4

Tints of Turquoise #2BE3C4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.71%

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

R = 9.23%
G = 48.71%
B = 42.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#2BE3C4 (or 0x2BE3C4) is known color: Turquoise. HEX triplet: 2B, E3 and C4. RGB value is (43,227,196). Sum of RGB (Red+Green+Blue) = 43+227+196=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE3C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE3C4 is #D41C3B. Grayscale: #A8A8A8. Windows color (decimal): -13900860 or 12903211. OLE color: 12903211.

HSL color Cylindrical-coordinate representation of color #2BE3C4: hue angle of 169.89º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE3C4 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 227 196 -
CMYK 0.81 0 0.14 0.11
HSL 169.89º 0.77% 0.53% -
HSV(B) 169.89º 0.81% 0.89% -
XYZ 38.43 59.44 61.67 -
YUV 168.45 143.54 38.52 -
System Red Green Blue C M Y K H S L
Decimal 43 227 196 0.81 0 0.14 0.11 169.89 0.77 0.53
Hex 2B E3 C4 51 0 E B AA 4D 35
Octal 53 343 304 121 0 16 13 252 115 65
Binary 101011 11100011 11000100 1010001 0 1110 1011 10101010 1001101 110101

Color Harmonies of #2BE3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE3C4

Black with #2BE3C4

Text Example


Text Example

White with #2BE3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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