#2EFDED

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

Shades of Turquoise #2EFDED

Tints of Turquoise #2EFDED

Color information

#2EFDED (or 0x2EFDED) is unknown color: approx Turquoise. HEX triplet: 2E, FD and ED. RGB value is (46,253,237). Sum of RGB (Red+Green+Blue) = 46+253+237=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDED is #D10212. Grayscale: #BDBDBD. Windows color (decimal): -13697555 or 15596846. OLE color: 15596846.

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

Color convert

RGB46253237-
CMYK0.8200.060.01
HSL175.36º98.1%58.63%-
HSV(B)175.36º81.82%99.22%-
XYZ51.5476.9592.26-
YUV189.28154.9225.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.58%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=8.58%
G=47.20%
B=44.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462532370.8200.060.01175.3698.158.63
Hex2EFDED52061af623b
Octal5637535512206125714273
Binary1011101111110111101101101001001101101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,253,237); }

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

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

 a { background-color: rgb(46,253,237); }

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

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

 span { border-color: rgb(46,253,237); }

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