#2dfed1

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

Shades of Turquoise #2DFED1

Tints of Turquoise #2DFED1

Color information

#2DFED1 (or 0x2DFED1) is unknown color: approx Turquoise. HEX triplet: 2D, FE and D1. RGB value is (45,254,209). Sum of RGB (Red+Green+Blue) = 45+254+209=508 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.86% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFED1 is #D2012E. Grayscale: #BABABA. Windows color (decimal): -13762863 or 13762093. OLE color: 13762093.

HSL color Cylindrical-coordinate representation of color #2DFED1: hue angle of 167.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFED1 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB45254209-
CMYK0.8200.180.00
HSL167.08º99.05%58.63%-
HSV(B)167.08º82.28%99.61%-
XYZ48.0376.0472.47-
YUV186.38140.7627.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.86%
GREEN value IS 254 (99.61% from 255) = 50%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=8.86%
G=50%
B=41.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452542090.8200.180.00167.0899.0558.63
Hex2DFED1520120a7633b
Octal55376321122022024714373
Binary101101111111101101000110100100100100101001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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