Html Css Color HEX #2BE0BD Turquoise

📋 copy color: '#2BE0BD'

red 43 ◦ green 224 ◦ blue 189

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

Shades of Turquoise #2BE0BD

Tints of Turquoise #2BE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 9.43%
G = 49.12%
B = 41.45%

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

#2BE0BD (or 0x2BE0BD) is known color: Turquoise. HEX triplet: 2B, E0 and BD. RGB value is (43,224,189). Sum of RGB (Red+Green+Blue) = 43+224+189=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0BD is #D41F42. Grayscale: #A5A5A5. Windows color (decimal): -13901635 or 12443691. OLE color: 12443691.

HSL color Cylindrical-coordinate representation of color #2BE0BD: hue angle of 168.4º 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 #2BE0BD is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 189 -
CMYK 0.81 0 0.16 0.12
HSL 168.4º 0.74% 0.52% -
HSV(B) 168.4º 0.81% 0.88% -
XYZ 36.84 57.5 57.3 -
YUV 165.89 141.03 40.35 -
System Red Green Blue C M Y K H S L
Decimal 43 224 189 0.81 0 0.16 0.12 168.4 0.74 0.52
Hex 2B E0 BD 51 0 10 C A8 4A 34
Octal 53 340 275 121 0 20 14 250 112 64
Binary 101011 11100000 10111101 1010001 0 10000 1100 10101000 1001010 110100

Color Harmonies of #2BE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE0BD

Black with #2BE0BD

Text Example


Text Example

White with #2BE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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