#6EEDE1

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

Shades of Turquoise Blue #6EEDE1

Tints of Turquoise Blue #6EEDE1

Color information

#6EEDE1 (or 0x6EEDE1) is unknown color: approx Turquoise Blue. HEX triplet: 6E, ED and E1. RGB value is (110,237,225). Sum of RGB (Red+Green+Blue) = 110+237+225=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDE1 is #91121E. Grayscale: #C5C5C5. Windows color (decimal): -9507359 or 14806382. OLE color: 14806382.

HSL color Cylindrical-coordinate representation of color #6EEDE1: hue angle of 174.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDE1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB110237225-
CMYK0.5400.050.07
HSL174.33º77.91%68.04%-
HSV(B)174.33º53.59%92.94%-
XYZ50.3169.3281.96-
YUV197.66143.4265.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=19.23%
G=41.43%
B=39.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102372250.5400.050.07174.3377.9168.04
Hex6EEDE136057ae4e44
Octal15635534166057256116104
Binary1101110111011011110000111011001011111010111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EEDE1; }

 p { color: rgb(110,237,225); }

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

<style>
 a { background-color: #6EEDE1; }

 a { background-color: rgb(110,237,225); }

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

<style>
 span { border-color: #6EEDE1; }

 span { border-color: rgb(110,237,225); }

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