#6EDCE1

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

Shades of Turquoise Blue #6EDCE1

Tints of Turquoise Blue #6EDCE1

Color information

#6EDCE1 (or 0x6EDCE1) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DC and E1. RGB value is (110,220,225). Sum of RGB (Red+Green+Blue) = 110+220+225=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCE1 is #91231E. Grayscale: #BBBBBB. Windows color (decimal): -9511711 or 14802030. OLE color: 14802030.

HSL color Cylindrical-coordinate representation of color #6EDCE1: hue angle of 182.61º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDCE1 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110220225-
CMYK0.510.0200.12
HSL182.61º65.71%65.69%-
HSV(B)182.61º51.11%88.24%-
XYZ45.6159.9480.4-
YUV187.68149.0672.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.82%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=19.82%
G=39.64%
B=40.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102202250.510.0200.12182.6165.7165.69
Hex6EDCE13320Cb74242
Octal156334341632014267102102
Binary1101110110111001110000111001110011001011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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