#2DE4BE

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

Shades of Turquoise #2DE4BE

Tints of Turquoise #2DE4BE

Color information

#2DE4BE (or 0x2DE4BE) is unknown color: approx Turquoise. HEX triplet: 2D, E4 and BE. RGB value is (45,228,190). Sum of RGB (Red+Green+Blue) = 45+228+190=463 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.72% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE4BE is #D21B41. Grayscale: #A8A8A8. Windows color (decimal): -13769538 or 12510253. OLE color: 12510253.

HSL color Cylindrical-coordinate representation of color #2DE4BE: hue angle of 167.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE4BE is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB45228190-
CMYK0.8000.170.11
HSL167.54º77.22%53.53%-
HSV(B)167.54º80.26%89.41%-
XYZ38.1259.7658.24-
YUV168.95139.8739.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.72%
GREEN value IS 228 (89.45% from 255) = 49.24%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=9.72%
G=49.24%
B=41.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281900.8000.170.11167.5477.2253.53
Hex2DE4BE50011Ba84d36
Octal553442761200211325011566
Binary101101111001001011111010100000100011011101010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,228,190); }

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

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

 a { background-color: rgb(45,228,190); }

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

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

 span { border-color: rgb(45,228,190); }

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