#6EE1DC

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

Shades of Turquoise Blue #6EE1DC

Tints of Turquoise Blue #6EE1DC

Color information

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

HSL color Cylindrical-coordinate representation of color #6EE1DC: hue angle of 177.39º 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 #6EE1DC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB110225220-
CMYK0.5100.020.12
HSL177.39º65.71%65.69%-
HSV(B)177.39º51.11%88.24%-
XYZ46.2762.3377.3-
YUV190.04144.970.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102252200.5100.020.12177.3965.7165.69
Hex6EE1DC3302Cb14242
Octal156341334630214261102102
Binary1101110111000011101110011001101011001011000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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