#2EF3DD

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

Shades of Turquoise #2EF3DD

Tints of Turquoise #2EF3DD

Color information

#2EF3DD (or 0x2EF3DD) is unknown color: approx Turquoise. HEX triplet: 2E, F3 and DD. RGB value is (46,243,221). Sum of RGB (Red+Green+Blue) = 46+243+221=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF3DD is #D10C22. Grayscale: #B5B5B5. Windows color (decimal): -13700131 or 14545710. OLE color: 14545710.

HSL color Cylindrical-coordinate representation of color #2EF3DD: hue angle of 173.3º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3DD is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB46243221-
CMYK0.8100.090.05
HSL173.3º89.14%56.67%-
HSV(B)173.3º81.07%95.29%-
XYZ46.2369.979.46-
YUV181.59150.2331.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.02%
GREEN value IS 243 (95.31% from 255) = 47.65%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=9.02%
G=47.65%
B=43.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462432210.8100.090.05173.389.1456.67
Hex2EF3DD51095ad5939
Octal56363335121011525513171
Binary1011101111001111011101101000101001101101011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,243,221); }

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

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

 a { background-color: rgb(46,243,221); }

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

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

 span { border-color: rgb(46,243,221); }

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