Html Css Color HEX #2BEBBB Turquoise

📋 copy color: '#2BEBBB'

red 43 ◦ green 235 ◦ blue 187

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

Shades of Turquoise #2BEBBB

Tints of Turquoise #2BEBBB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.54%

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

R = 9.25%
G = 50.54%
B = 40.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#2BEBBB (or 0x2BEBBB) is known color: Turquoise. HEX triplet: 2B, EB and BB. RGB value is (43,235,187). Sum of RGB (Red+Green+Blue) = 43+235+187=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBBB is #D41444. Grayscale: #ACACAC. Windows color (decimal): -13898821 or 12315435. OLE color: 12315435.

HSL color Cylindrical-coordinate representation of color #2BEBBB: hue angle of 165º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBBB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 187 -
CMYK 0.82 0 0.20 0.08
HSL 165º 0.83% 0.55% -
HSV(B) 165º 0.82% 0.92% -
XYZ 39.67 63.52 57.18 -
YUV 172.12 136.39 35.9 -
System Red Green Blue C M Y K H S L
Decimal 43 235 187 0.82 0 0.20 0.08 165 0.83 0.55
Hex 2B EB BB 52 0 14 8 A5 53 37
Octal 53 353 273 122 0 24 10 245 123 67
Binary 101011 11101011 10111011 1010010 0 10100 1000 10100101 1010011 110111

Color Harmonies of #2BEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBBB

Black with #2BEBBB

Text Example


Text Example

White with #2BEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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