#6EEDE0

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

Shades of Turquoise Blue #6EEDE0

Tints of Turquoise Blue #6EEDE0

Color information

#6EEDE0 (or 0x6EEDE0) is unknown color: approx Turquoise Blue. HEX triplet: 6E, ED and E0. RGB value is (110,237,224). Sum of RGB (Red+Green+Blue) = 110+237+224=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDE0 is #91121F. Grayscale: #C5C5C5. Windows color (decimal): -9507360 or 14740846. OLE color: 14740846.

HSL color Cylindrical-coordinate representation of color #6EEDE0: hue angle of 173.86º 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 #6EEDE0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB110237224-
CMYK0.5400.050.07
HSL173.86º77.91%68.04%-
HSV(B)173.86º53.59%92.94%-
XYZ50.1769.2781.25-
YUV197.54142.9265.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.26%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=19.26%
G=41.51%
B=39.23%

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
Decimal1102372240.5400.050.07173.8677.9168.04
Hex6EEDE036057ae4e44
Octal15635534066057256116104
Binary1101110111011011110000011011001011111010111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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