#6DD1DE

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

Shades of Turquoise Blue #6DD1DE

Tints of Turquoise Blue #6DD1DE

Color information

#6DD1DE (or 0x6DD1DE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D1 and DE. RGB value is (109,209,222). Sum of RGB (Red+Green+Blue) = 109+209+222=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DD1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1DE is #922E21. Grayscale: #B4B4B4. Windows color (decimal): -9580066 or 14602605. OLE color: 14602605.

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

Color convert

RGB109209222-
CMYK0.510.0600.13
HSL186.9º63.13%64.9%-
HSV(B)186.9º50.9%87.06%-
XYZ42.2954.1377.33-
YUV180.58151.3776.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.19%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=20.19%
G=38.70%
B=41.11%

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
Decimal1092092220.510.0600.13186.963.1364.9
Hex6DD1DE3360Dbb3f41
Octal15532133663601527377101
Binary1101101110100011101111011001111001101101110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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