Html Css Color HEX #2BE0BC Turquoise

📋 copy color: '#2BE0BC'

red 43 ◦ green 224 ◦ blue 188

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

Shades of Turquoise #2BE0BC

Tints of Turquoise #2BE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.23%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 9.45%
G = 49.23%
B = 41.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#2BE0BC (or 0x2BE0BC) is known color: Turquoise. HEX triplet: 2B, E0 and BC. RGB value is (43,224,188). Sum of RGB (Red+Green+Blue) = 43+224+188=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0BC is #D41F43. Grayscale: #A5A5A5. Windows color (decimal): -13901636 or 12378155. OLE color: 12378155.

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

Color convert

RGB 43 224 188 -
CMYK 0.81 0 0.16 0.12
HSL 168.07º 0.74% 0.52% -
HSV(B) 168.07º 0.81% 0.88% -
XYZ 36.73 57.46 56.73 -
YUV 165.78 140.53 40.43 -
System Red Green Blue C M Y K H S L
Decimal 43 224 188 0.81 0 0.16 0.12 168.07 0.74 0.52
Hex 2B E0 BC 51 0 10 C A8 4A 34
Octal 53 340 274 121 0 20 14 250 112 64
Binary 101011 11100000 10111100 1010001 0 10000 1100 10101000 1001010 110100

Color Harmonies of #2BE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE0BC

Black with #2BE0BC

Text Example


Text Example

White with #2BE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,188); }

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

background-color css

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

 a { background-color: rgb(43,224,188); }

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

border-color css

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

 span { border-color: rgb(43,224,188); }

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