Html Css Color HEX #2BDBBB Turquoise

📋 copy color: '#2BDBBB'

red 43 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #2BDBBB

Tints of Turquoise #2BDBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 9.58%
G = 48.78%
B = 41.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#2BDBBB (or 0x2BDBBB) is known color: Turquoise. HEX triplet: 2B, DB and BB. RGB value is (43,219,187). Sum of RGB (Red+Green+Blue) = 43+219+187=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBBB is #D42444. Grayscale: #A2A2A2. Windows color (decimal): -13902917 or 12311339. OLE color: 12311339.

HSL color Cylindrical-coordinate representation of color #2BDBBB: hue angle of 169.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDBBB is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 219 187 -
CMYK 0.80 0 0.15 0.14
HSL 169.09º 0.71% 0.51% -
HSV(B) 169.09º 0.8% 0.86% -
XYZ 35.3 54.76 55.72 -
YUV 162.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 43 219 187 0.80 0 0.15 0.14 169.09 0.71 0.51
Hex 2B DB BB 50 0 F E A9 47 33
Octal 53 333 273 120 0 17 16 251 107 63
Binary 101011 11011011 10111011 1010000 0 1111 1110 10101001 1000111 110011

Color Harmonies of #2BDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDBBB

Black with #2BDBBB

Text Example


Text Example

White with #2BDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,219,187); }

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

background-color css

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

 a { background-color: rgb(43,219,187); }

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

border-color css

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

 span { border-color: rgb(43,219,187); }

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