#2EEFCD

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

Shades of Turquoise #2EEFCD

Tints of Turquoise #2EEFCD

Color information

#2EEFCD (or 0x2EEFCD) is unknown color: approx Turquoise. HEX triplet: 2E, EF and CD. RGB value is (46,239,205). Sum of RGB (Red+Green+Blue) = 46+239+205=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFCD is #D11032. Grayscale: #B1B1B1. Windows color (decimal): -13701171 or 13496110. OLE color: 13496110.

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

Color convert

RGB46239205-
CMYK0.8100.140.06
HSL169.43º85.78%55.88%-
HSV(B)169.43º80.75%93.73%-
XYZ43.0166.7268.37-
YUV177.42143.5634.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.39%
GREEN value IS 239 (93.75% from 255) = 48.78%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=9.39%
G=48.78%
B=41.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462392050.8100.140.06169.4385.7855.88
Hex2EEFCD510E6a95638
Octal56357315121016625112670
Binary1011101110111111001101101000101110110101010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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