#2ee5dc

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

Shades of Turquoise #2EE5DC

Tints of Turquoise #2EE5DC

Color information

#2EE5DC (or 0x2EE5DC) is unknown color: approx Turquoise. HEX triplet: 2E, E5 and DC. RGB value is (46,229,220). Sum of RGB (Red+Green+Blue) = 46+229+220=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE5DC is #D11A23. Grayscale: #ADADAD. Windows color (decimal): -13703716 or 14476590. OLE color: 14476590.

HSL color Cylindrical-coordinate representation of color #2EE5DC: hue angle of 177.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE5DC is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB46229220-
CMYK0.8000.040.10
HSL177.05º77.87%53.92%-
HSV(B)177.05º79.91%89.8%-
XYZ42.0661.7977.42-
YUV173.26154.3737.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.29%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=9.29%
G=46.26%
B=44.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal462292200.8000.040.10177.0577.8753.92
Hex2EE5DC5004Ab14e36
Octal56345334120041226111666
Binary1011101110010111011100101000001001010101100011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee5dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,229,220); }

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

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

 a { background-color: rgb(46,229,220); }

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

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

 span { border-color: rgb(46,229,220); }

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