#2beec1

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

Shades of Turquoise #2BEEC1

Tints of Turquoise #2BEEC1

Color information

#2BEEC1 (or 0x2BEEC1) is unknown color: approx Turquoise. HEX triplet: 2B, EE and C1. RGB value is (43,238,193). Sum of RGB (Red+Green+Blue) = 43+238+193=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEC1 is #D4113E. Grayscale: #AEAEAE. Windows color (decimal): -13898047 or 12709419. OLE color: 12709419.

HSL color Cylindrical-coordinate representation of color #2BEEC1: hue angle of 166.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEEC1 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB43238193-
CMYK0.8200.190.07
HSL166.15º85.15%55.1%-
HSV(B)166.15º81.93%93.33%-
XYZ41.265.5160.93-
YUV174.56138.434.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.07%
GREEN value IS 238 (93.36% from 255) = 50.21%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=9.07%
G=50.21%
B=40.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432381930.8200.190.07166.1585.1555.1
Hex2BEEC1520137a65537
Octal53356301122023724612567
Binary10101111101110110000011010010010011111101001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2beec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,238,193); }

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

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

 a { background-color: rgb(43,238,193); }

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

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

 span { border-color: rgb(43,238,193); }

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