Html Css Color HEX #2BE9D1 Turquoise

📋 copy color: '#2BE9D1'

red 43 ◦ green 233 ◦ blue 209

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

Shades of Turquoise #2BE9D1

Tints of Turquoise #2BE9D1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 8.87%
G = 48.04%
B = 43.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#2BE9D1 (or 0x2BE9D1) is known color: Turquoise. HEX triplet: 2B, E9 and D1. RGB value is (43,233,209). Sum of RGB (Red+Green+Blue) = 43+233+209=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE9D1 is #D4162E. Grayscale: #ADADAD. Windows color (decimal): -13899311 or 13756715. OLE color: 13756715.

HSL color Cylindrical-coordinate representation of color #2BE9D1: hue angle of 172.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9D1 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 209 -
CMYK 0.82 0 0.10 0.09
HSL 172.42º 0.81% 0.54% -
HSV(B) 172.42º 0.82% 0.91% -
XYZ 41.64 63.39 70.36 -
YUV 173.45 148.05 34.95 -
System Red Green Blue C M Y K H S L
Decimal 43 233 209 0.82 0 0.10 0.09 172.42 0.81 0.54
Hex 2B E9 D1 52 0 A 9 AC 51 36
Octal 53 351 321 122 0 12 11 254 121 66
Binary 101011 11101001 11010001 1010010 0 1010 1001 10101100 1010001 110110

Color Harmonies of #2BE9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE9D1

Black with #2BE9D1

Text Example


Text Example

White with #2BE9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,209); }

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

background-color css

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

 a { background-color: rgb(43,233,209); }

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

border-color css

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

 span { border-color: rgb(43,233,209); }

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