#6DD9D5

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

Shades of Turquoise Blue #6DD9D5

Tints of Turquoise Blue #6DD9D5

Color information

#6DD9D5 (or 0x6DD9D5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D9 and D5. RGB value is (109,217,213). Sum of RGB (Red+Green+Blue) = 109+217+213=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9D5 is #92262A. Grayscale: #B8B8B8. Windows color (decimal): -9578027 or 14014829. OLE color: 14014829.

HSL color Cylindrical-coordinate representation of color #6DD9D5: hue angle of 177.78º 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 #6DD9D5 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB109217213-
CMYK0.5000.020.15
HSL177.78º58.7%63.92%-
HSV(B)177.78º49.77%85.1%-
XYZ43.1357.6871.81-
YUV184.25144.2274.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.22%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=20.22%
G=40.26%
B=39.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092172130.5000.020.15177.7858.763.92
Hex6DD9D53202Fb23b40
Octal15533132562021726273100
Binary110110111011001110101011100100101111101100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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