#6ED1DC

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

Shades of Turquoise Blue #6ED1DC

Tints of Turquoise Blue #6ED1DC

Color information

#6ED1DC (or 0x6ED1DC) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D1 and DC. RGB value is (110,209,220). Sum of RGB (Red+Green+Blue) = 110+209+220=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ED1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1DC is #912E23. Grayscale: #B4B4B4. Windows color (decimal): -9514532 or 14471534. OLE color: 14471534.

HSL color Cylindrical-coordinate representation of color #6ED1DC: hue angle of 186º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED1DC is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110209220-
CMYK0.500.0500.14
HSL186º61.11%64.71%-
HSV(B)186º50%86.27%-
XYZ42.1554.0875.93-
YUV180.65150.277.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.41%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=20.41%
G=38.78%
B=40.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102092200.500.0500.1418661.1164.71
Hex6ED1DC3250Eba3d41
Octal15632133462501627275101
Binary1101110110100011101110011001010101110101110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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