#6DCEDD

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

Shades of Turquoise Blue #6DCEDD

Tints of Turquoise Blue #6DCEDD

Color information

#6DCEDD (or 0x6DCEDD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CE and DD. RGB value is (109,206,221). Sum of RGB (Red+Green+Blue) = 109+206+221=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEDD is #923122. Grayscale: #B2B2B2. Windows color (decimal): -9580835 or 14536301. OLE color: 14536301.

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

Color convert

RGB109206221-
CMYK0.510.0700.13
HSL188.04º62.22%64.71%-
HSV(B)188.04º50.68%86.67%-
XYZ41.4352.6176.38-
YUV178.71151.8678.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.34%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=20.34%
G=38.43%
B=41.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092062210.510.0700.13188.0462.2264.71
Hex6DCEDD3370Dbc3e41
Octal15531633563701527476101
Binary1101101110011101101110111001111101101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,206,221); }

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

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

 a { background-color: rgb(109,206,221); }

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

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

 span { border-color: rgb(109,206,221); }

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