#2DE4BF

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

Shades of Turquoise #2DE4BF

Tints of Turquoise #2DE4BF

Color information

#2DE4BF (or 0x2DE4BF) is unknown color: approx Turquoise. HEX triplet: 2D, E4 and BF. RGB value is (45,228,191). Sum of RGB (Red+Green+Blue) = 45+228+191=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE4BF is #D21B40. Grayscale: #A9A9A9. Windows color (decimal): -13769537 or 12575789. OLE color: 12575789.

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

Color convert

RGB45228191-
CMYK0.8000.160.11
HSL167.87º77.22%53.53%-
HSV(B)167.87º80.26%89.41%-
XYZ38.2359.8158.82-
YUV169.06140.3739.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.70%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 191 (75% from 255) = 41.16%
R=9.70%
G=49.14%
B=41.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281910.8000.160.11167.8777.2253.53
Hex2DE4BF50010Ba84d36
Octal553442771200201325011566
Binary101101111001001011111110100000100001011101010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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