#2EDBC8

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

Shades of Turquoise #2EDBC8

Tints of Turquoise #2EDBC8

Color information

#2EDBC8 (or 0x2EDBC8) is unknown color: approx Turquoise. HEX triplet: 2E, DB and C8. RGB value is (46,219,200). Sum of RGB (Red+Green+Blue) = 46+219+200=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBC8 is #D12437. Grayscale: #A5A5A5. Windows color (decimal): -13706296 or 13163310. OLE color: 13163310.

HSL color Cylindrical-coordinate representation of color #2EDBC8: hue angle of 173.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBC8 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB46219200-
CMYK0.7900.090.14
HSL173.41º70.61%51.96%-
HSV(B)173.41º79%85.88%-
XYZ36.8855.4163.4-
YUV165.11147.6943.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.89%
GREEN value IS 219 (85.94% from 255) = 47.10%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=9.89%
G=47.10%
B=43.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462192000.7900.090.14173.4170.6151.96
Hex2EDBC84F09Ead4734
Octal563333101170111625510764
Binary10111011011011110010001001111010011110101011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,219,200); }

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

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

 a { background-color: rgb(46,219,200); }

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

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

 span { border-color: rgb(46,219,200); }

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