#2BE2CD

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

Shades of Turquoise #2BE2CD

Tints of Turquoise #2BE2CD

Color information

#2BE2CD (or 0x2BE2CD) is unknown color: approx Turquoise. HEX triplet: 2B, E2 and CD. RGB value is (43,226,205). Sum of RGB (Red+Green+Blue) = 43+226+205=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE2CD is #D41D32. Grayscale: #A8A8A8. Windows color (decimal): -13901107 or 13492779. OLE color: 13492779.

HSL color Cylindrical-coordinate representation of color #2BE2CD: hue angle of 173.11º 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 #2BE2CD is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB43226205-
CMYK0.8100.090.11
HSL173.11º75.93%52.75%-
HSV(B)173.11º80.97%88.63%-
XYZ39.2159.3167.14-
YUV168.89148.3738.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.07%
GREEN value IS 226 (88.67% from 255) = 47.68%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=9.07%
G=47.68%
B=43.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432262050.8100.090.11173.1175.9352.75
Hex2BE2CD5109Bad4c35
Octal533423151210111325511465
Binary10101111100010110011011010001010011011101011011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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