#2DE4BB

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

Shades of Turquoise #2DE4BB

Tints of Turquoise #2DE4BB

Color information

#2DE4BB (or 0x2DE4BB) is unknown color: approx Turquoise. HEX triplet: 2D, E4 and BB. RGB value is (45,228,187). Sum of RGB (Red+Green+Blue) = 45+228+187=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE4BB is #D21B44. Grayscale: #A8A8A8. Windows color (decimal): -13769541 or 12313645. OLE color: 12313645.

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

Color convert

RGB45228187-
CMYK0.8000.180.11
HSL166.56º77.22%53.53%-
HSV(B)166.56º80.26%89.41%-
XYZ37.859.6356.53-
YUV168.61138.3739.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.78%
GREEN value IS 228 (89.45% from 255) = 49.57%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=9.78%
G=49.57%
B=40.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281870.8000.180.11166.5677.2253.53
Hex2DE4BB50012Ba74d36
Octal553442731200221324711566
Binary101101111001001011101110100000100101011101001111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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