#6DD1D9

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

Shades of Turquoise Blue #6DD1D9

Tints of Turquoise Blue #6DD1D9

Color information

#6DD1D9 (or 0x6DD1D9) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D1 and D9. RGB value is (109,209,217). Sum of RGB (Red+Green+Blue) = 109+209+217=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DD1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1D9 is #922E26. Grayscale: #B3B3B3. Windows color (decimal): -9580071 or 14274925. OLE color: 14274925.

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

Color convert

RGB109209217-
CMYK0.500.0400.15
HSL184.44º58.7%63.92%-
HSV(B)184.44º49.77%85.1%-
XYZ41.6353.8673.85-
YUV180.01148.8777.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.37%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=20.37%
G=39.07%
B=40.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092092170.500.0400.15184.4458.763.92
Hex6DD1D93240Fb83b40
Octal15532133162401727073100
Binary1101101110100011101100111001010001111101110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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