#6DD0DD

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

Shades of Turquoise Blue #6DD0DD

Tints of Turquoise Blue #6DD0DD

Color information

#6DD0DD (or 0x6DD0DD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D0 and DD. RGB value is (109,208,221). Sum of RGB (Red+Green+Blue) = 109+208+221=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD0DD is #922F22. Grayscale: #B3B3B3. Windows color (decimal): -9580323 or 14536813. OLE color: 14536813.

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

Color convert

RGB109208221-
CMYK0.510.0600.13
HSL186.96º62.22%64.71%-
HSV(B)186.96º50.68%86.67%-
XYZ41.9153.5876.54-
YUV179.88151.277.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.26%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=20.26%
G=38.66%
B=41.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092082210.510.0600.13186.9662.2264.71
Hex6DD0DD3360Dbb3e41
Octal15532033563601527376101
Binary1101101110100001101110111001111001101101110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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