#6DD9D8

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

Shades of Turquoise Blue #6DD9D8

Tints of Turquoise Blue #6DD9D8

Color information

#6DD9D8 (or 0x6DD9D8) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D9 and D8. RGB value is (109,217,216). Sum of RGB (Red+Green+Blue) = 109+217+216=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9D8 is #922627. Grayscale: #B8B8B8. Windows color (decimal): -9578024 or 14211437. OLE color: 14211437.

HSL color Cylindrical-coordinate representation of color #6DD9D8: hue angle of 179.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD9D8 is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB109217216-
CMYK0.5000.000.15
HSL179.44º58.7%63.92%-
HSV(B)179.44º49.77%85.1%-
XYZ43.5157.8373.84-
YUV184.59145.7274.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.11%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=20.11%
G=40.04%
B=39.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092172160.5000.000.15179.4458.763.92
Hex6DD9D83200Fb33b40
Octal15533133062001726373100
Binary11011011101100111011000110010001111101100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,217,216); }

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

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

 a { background-color: rgb(109,217,216); }

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

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

 span { border-color: rgb(109,217,216); }

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