#2edcee

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

Shades of Turquoise #2EDCEE

Tints of Turquoise #2EDCEE

Color information

#2EDCEE (or 0x2EDCEE) is unknown color: approx Turquoise. HEX triplet: 2E, DC and EE. RGB value is (46,220,238). Sum of RGB (Red+Green+Blue) = 46+220+238=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EDCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCEE is #D12311. Grayscale: #A9A9A9. Windows color (decimal): -13706002 or 15653934. OLE color: 15653934.

HSL color Cylindrical-coordinate representation of color #2EDCEE: hue angle of 185.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDCEE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB46220238-
CMYK0.810.0800.07
HSL185.62º84.96%55.69%-
HSV(B)185.62º80.67%93.33%-
XYZ42.1557.9489.85-
YUV170.03166.3539.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.13%
GREEN value IS 220 (86.33% from 255) = 43.65%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=9.13%
G=43.65%
B=47.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal462202380.810.0800.07185.6284.9655.69
Hex2EDCEE51807ba5538
Octal56334356121100727212570
Binary1011101101110011101110101000110000111101110101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2edcee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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