#6DDADD

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

Shades of Turquoise Blue #6DDADD

Tints of Turquoise Blue #6DDADD

Color information

#6DDADD (or 0x6DDADD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DA and DD. RGB value is (109,218,221). Sum of RGB (Red+Green+Blue) = 109+218+221=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDADD is #922522. Grayscale: #B9B9B9. Windows color (decimal): -9577763 or 14539373. OLE color: 14539373.

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

Color convert

RGB109218221-
CMYK0.510.0100.13
HSL181.61º62.22%64.71%-
HSV(B)181.61º50.68%86.67%-
XYZ44.4358.6177.38-
YUV185.75147.8973.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.89%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=19.89%
G=39.78%
B=40.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092182210.510.0100.13181.6162.2264.71
Hex6DDADD3310Db63e41
Octal15533233563101526676101
Binary11011011101101011011101110011101101101101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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