#2dfee1

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

Shades of Turquoise #2DFEE1

Tints of Turquoise #2DFEE1

Color information

#2DFEE1 (or 0x2DFEE1) is unknown color: approx Turquoise. HEX triplet: 2D, FE and E1. RGB value is (45,254,225). Sum of RGB (Red+Green+Blue) = 45+254+225=524 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.59% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEE1 is #D2011E. Grayscale: #BCBCBC. Windows color (decimal): -13762847 or 14810669. OLE color: 14810669.

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

Color convert

RGB45254225-
CMYK0.8200.110.00
HSL171.67º99.05%58.63%-
HSV(B)171.67º82.28%99.61%-
XYZ50.1176.8883.43-
YUV188.2148.7625.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.59%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=8.59%
G=48.47%
B=42.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452542250.8200.110.00171.6799.0558.63
Hex2DFEE1520B0ac633b
Octal55376341122013025414373
Binary10110111111110111000011010010010110101011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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