#2ee6cb

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

Shades of Turquoise #2EE6CB

Tints of Turquoise #2EE6CB

Color information

#2EE6CB (or 0x2EE6CB) is unknown color: approx Turquoise. HEX triplet: 2E, E6 and CB. RGB value is (46,230,203). Sum of RGB (Red+Green+Blue) = 46+230+203=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE6CB is #D11934. Grayscale: #ABABAB. Windows color (decimal): -13703477 or 13362734. OLE color: 13362734.

HSL color Cylindrical-coordinate representation of color #2EE6CB: hue angle of 171.2º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE6CB is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB46230203-
CMYK0.800.120.10
HSL171.2º78.63%54.12%-
HSV(B)171.2º80%90.2%-
XYZ40.261.4966.25-
YUV171.91145.5438.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.60%
GREEN value IS 230 (90.23% from 255) = 48.02%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=9.60%
G=48.02%
B=42.38%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal462302030.800.120.10171.278.6354.12
Hex2EE6CB500CAab4f36
Octal563463131200141225311766
Binary10111011100110110010111010000011001010101010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,230,203); }

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

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

 a { background-color: rgb(46,230,203); }

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

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

 span { border-color: rgb(46,230,203); }

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