#6EEDE4

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

Shades of Turquoise Blue #6EEDE4

Tints of Turquoise Blue #6EEDE4

Color information

#6EEDE4 (or 0x6EEDE4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, ED and E4. RGB value is (110,237,228). Sum of RGB (Red+Green+Blue) = 110+237+228=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDE4 is #91121B. Grayscale: #C5C5C5. Windows color (decimal): -9507356 or 15002990. OLE color: 15002990.

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

Color convert

RGB110237228-
CMYK0.5400.040.07
HSL175.75º77.91%68.04%-
HSV(B)175.75º53.59%92.94%-
XYZ50.7269.4884.14-
YUV198144.9265.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.13%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=19.13%
G=41.22%
B=39.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102372280.5400.040.07175.7577.9168.04
Hex6EEDE436047b04e44
Octal15635534466047260116104
Binary1101110111011011110010011011001001111011000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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