#2dfed8

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

Shades of Turquoise #2DFED8

Tints of Turquoise #2DFED8

Color information

#2DFED8 (or 0x2DFED8) is unknown color: approx Turquoise. HEX triplet: 2D, FE and D8. RGB value is (45,254,216). Sum of RGB (Red+Green+Blue) = 45+254+216=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFED8 is #D20127. Grayscale: #BBBBBB. Windows color (decimal): -13762856 or 14220845. OLE color: 14220845.

HSL color Cylindrical-coordinate representation of color #2DFED8: hue angle of 169.09º 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 #2DFED8 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB45254216-
CMYK0.8200.150.00
HSL169.09º99.05%58.63%-
HSV(B)169.09º82.28%99.61%-
XYZ48.9276.477.13-
YUV187.18144.2626.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.74%
GREEN value IS 254 (99.61% from 255) = 49.32%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=8.74%
G=49.32%
B=41.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452542160.8200.150.00169.0999.0558.63
Hex2DFED8520F0a9633b
Octal55376330122017025114373
Binary10110111111110110110001010010011110101010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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