#2EDFCD

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

Shades of Turquoise #2EDFCD

Tints of Turquoise #2EDFCD

Color information

#2EDFCD (or 0x2EDFCD) is unknown color: approx Turquoise. HEX triplet: 2E, DF and CD. RGB value is (46,223,205). Sum of RGB (Red+Green+Blue) = 46+223+205=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFCD is #D12032. Grayscale: #A7A7A7. Windows color (decimal): -13705267 or 13492014. OLE color: 13492014.

HSL color Cylindrical-coordinate representation of color #2EDFCD: hue angle of 173.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFCD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB46223205-
CMYK0.7900.080.13
HSL173.9º73.44%52.75%-
HSV(B)173.9º79.37%87.45%-
XYZ38.5357.7666.88-
YUV168.02148.8640.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.70%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=9.70%
G=47.05%
B=43.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal462232050.7900.080.13173.973.4452.75
Hex2EDFCD4F08Dae4935
Octal563373151170101525611165
Binary10111011011111110011011001111010001101101011101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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