#2DD1BF

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

Shades of Turquoise #2DD1BF

Tints of Turquoise #2DD1BF

Color information

#2DD1BF (or 0x2DD1BF) is unknown color: approx Turquoise. HEX triplet: 2D, D1 and BF. RGB value is (45,209,191). Sum of RGB (Red+Green+Blue) = 45+209+191=445 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.11% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #2DD1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD1BF is #D22E40. Grayscale: #9D9D9D. Windows color (decimal): -13774401 or 12570925. OLE color: 12570925.

HSL color Cylindrical-coordinate representation of color #2DD1BF: hue angle of 173.41º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD1BF is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB45209191-
CMYK0.7800.090.18
HSL173.41º64.57%49.8%-
HSV(B)173.41º78.47%81.96%-
XYZ33.2949.9257.17-
YUV157.91146.6747.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.11%
GREEN value IS 209 (82.03% from 255) = 46.97%
BLUE value IS 191 (75% from 255) = 42.92%
R=10.11%
G=46.97%
B=42.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal452091910.7800.090.18173.4164.5749.8
Hex2DD1BF4E0912ad4132
Octal553212771160112225510162
Binary101101110100011011111110011100100110010101011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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