#2BE2B9

Color #2BE2B9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2BE2B9

Tints of Turquoise #2BE2B9

Color information

#2BE2B9 (or 0x2BE2B9) is unknown color: approx Turquoise. HEX triplet: 2B, E2 and B9. RGB value is (43,226,185). Sum of RGB (Red+Green+Blue) = 43+226+185=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE2B9 is #D41D46. Grayscale: #A6A6A6. Windows color (decimal): -13901127 or 12182059. OLE color: 12182059.

HSL color Cylindrical-coordinate representation of color #2BE2B9: hue angle of 166.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE2B9 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB43226185-
CMYK0.8100.180.11
HSL166.56º75.93%52.75%-
HSV(B)166.56º80.97%88.63%-
XYZ36.9558.4155.23-
YUV166.61138.3739.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.47%
GREEN value IS 226 (88.67% from 255) = 49.78%
BLUE value IS 185 (72.66% from 255) = 40.75%
R=9.47%
G=49.78%
B=40.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432261850.8100.180.11166.5675.9352.75
Hex2BE2B951012Ba74c35
Octal533422711210221324711465
Binary101011111000101011100110100010100101011101001111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,185); }

 H1.HeaderClassName
 {
   color: #2BE2B9;
 }
 .AnyTagClassName
 {
   color: #2BE2B9;
 }
</style>
background-color css

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

 a { background-color: rgb(43,226,185); }

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

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

 span { border-color: rgb(43,226,185); }

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