#2bedc2

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

Shades of Turquoise #2BEDC2

Tints of Turquoise #2BEDC2

Color information

#2BEDC2 (or 0x2BEDC2) is unknown color: approx Turquoise. HEX triplet: 2B, ED and C2. RGB value is (43,237,194). Sum of RGB (Red+Green+Blue) = 43+237+194=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDC2 is #D4123D. Grayscale: #AEAEAE. Windows color (decimal): -13898302 or 12774699. OLE color: 12774699.

HSL color Cylindrical-coordinate representation of color #2BEDC2: hue angle of 166.7º degrees, saturation: 0.84, 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 #2BEDC2 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB43237194-
CMYK0.8200.180.07
HSL166.7º84.35%54.9%-
HSV(B)166.7º81.86%92.94%-
XYZ41.0264.9861.42-
YUV174.09139.2334.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.07%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=9.07%
G=50%
B=40.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432371940.8200.180.07166.784.3554.9
Hex2BEDC2520127a75437
Octal53355302122022724712467
Binary10101111101101110000101010010010010111101001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bedc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,237,194); }

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

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

 a { background-color: rgb(43,237,194); }

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

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

 span { border-color: rgb(43,237,194); }

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