#2BE6D0

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

Shades of Turquoise #2BE6D0

Tints of Turquoise #2BE6D0

Color information

#2BE6D0 (or 0x2BE6D0) is unknown color: approx Turquoise. HEX triplet: 2B, E6 and D0. RGB value is (43,230,208). Sum of RGB (Red+Green+Blue) = 43+230+208=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE6D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE6D0 is #D4192F. Grayscale: #ABABAB. Windows color (decimal): -13900080 or 13690411. OLE color: 13690411.

HSL color Cylindrical-coordinate representation of color #2BE6D0: hue angle of 172.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE6D0 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB43230208-
CMYK0.8100.100.10
HSL172.94º78.9%53.53%-
HSV(B)172.94º81.3%90.2%-
XYZ40.6861.6669.43-
YUV171.58148.5536.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.94%
GREEN value IS 230 (90.23% from 255) = 47.82%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=8.94%
G=47.82%
B=43.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432302080.8100.100.10172.9478.953.53
Hex2BE6D0510AAad4f36
Octal533463201210121225511766
Binary10101111100110110100001010001010101010101011011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,230,208); }

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

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

 a { background-color: rgb(43,230,208); }

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

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

 span { border-color: rgb(43,230,208); }

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