#2EFDEE

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

Shades of Turquoise #2EFDEE

Tints of Turquoise #2EFDEE

Color information

#2EFDEE (or 0x2EFDEE) is unknown color: approx Turquoise. HEX triplet: 2E, FD and EE. RGB value is (46,253,238). Sum of RGB (Red+Green+Blue) = 46+253+238=537 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.57% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDEE is #D10211. Grayscale: #BDBDBD. Windows color (decimal): -13697554 or 15662382. OLE color: 15662382.

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

Color convert

RGB46253238-
CMYK0.8200.060.01
HSL175.65º98.1%58.63%-
HSV(B)175.65º81.82%99.22%-
XYZ51.687793.03-
YUV189.4155.4225.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.57%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=8.57%
G=47.11%
B=44.32%

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
Decimal462532380.8200.060.01175.6598.158.63
Hex2EFDEE52061b0623b
Octal5637535612206126014273
Binary1011101111110111101110101001001101101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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