#6DDED5

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

Shades of Turquoise Blue #6DDED5

Tints of Turquoise Blue #6DDED5

Color information

#6DDED5 (or 0x6DDED5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DE and D5. RGB value is (109,222,213). Sum of RGB (Red+Green+Blue) = 109+222+213=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDED5 is #92212A. Grayscale: #BBBBBB. Windows color (decimal): -9576747 or 14016109. OLE color: 14016109.

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

Color convert

RGB109222213-
CMYK0.5100.040.13
HSL175.22º63.13%64.9%-
HSV(B)175.22º50.9%87.06%-
XYZ44.4460.372.25-
YUV187.19142.5672.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.04%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=20.04%
G=40.81%
B=39.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092222130.5100.040.13175.2263.1364.9
Hex6DDED53304Daf3f41
Octal15533632563041525777101
Binary1101101110111101101010111001101001101101011111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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