#2EEEEF

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

Shades of Turquoise #2EEEEF

Tints of Turquoise #2EEEEF

Color information

#2EEEEF (or 0x2EEEEF) is unknown color: approx Turquoise. HEX triplet: 2E, EE and EF. RGB value is (46,238,239). Sum of RGB (Red+Green+Blue) = 46+238+239=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEEF is #D11110. Grayscale: #B4B4B4. Windows color (decimal): -13701393 or 15724078. OLE color: 15724078.

HSL color Cylindrical-coordinate representation of color #2EEEEF: hue angle of 180.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEEF is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB46238239-
CMYK0.810.0000.06
HSL180.31º85.78%55.88%-
HSV(B)180.31º80.75%93.73%-
XYZ47.2867.9692.29-
YUV180.71160.8931.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.80%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=8.80%
G=45.51%
B=45.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462382390.810.0000.06180.3185.7855.88
Hex2EEEEF51006b45638
Octal5635635712100626412670
Binary1011101110111011101111101000100110101101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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