#6ED8DD

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

Shades of Turquoise Blue #6ED8DD

Tints of Turquoise Blue #6ED8DD

Color information

#6ED8DD (or 0x6ED8DD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D8 and DD. RGB value is (110,216,221). Sum of RGB (Red+Green+Blue) = 110+216+221=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ED8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8DD is #912722. Grayscale: #B8B8B8. Windows color (decimal): -9512739 or 14538862. OLE color: 14538862.

HSL color Cylindrical-coordinate representation of color #6ED8DD: hue angle of 182.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED8DD is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110216221-
CMYK0.500.0200.13
HSL182.7º62.01%64.9%-
HSV(B)182.7º50.23%86.67%-
XYZ44.0457.6577.21-
YUV184.88148.3874.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.11%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=20.11%
G=39.49%
B=40.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102162210.500.0200.13182.762.0164.9
Hex6ED8DD3220Db73e41
Octal15633033562201526776101
Binary110111011011000110111011100101001101101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,216,221); }

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

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

 a { background-color: rgb(110,216,221); }

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

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

 span { border-color: rgb(110,216,221); }

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