#6DDED7

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

Shades of Turquoise Blue #6DDED7

Tints of Turquoise Blue #6DDED7

Color information

#6DDED7 (or 0x6DDED7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DE and D7. RGB value is (109,222,215). Sum of RGB (Red+Green+Blue) = 109+222+215=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDED7 is #922128. Grayscale: #BBBBBB. Windows color (decimal): -9576745 or 14147181. OLE color: 14147181.

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

Color convert

RGB109222215-
CMYK0.5100.030.13
HSL176.28º63.13%64.9%-
HSV(B)176.28º50.9%87.06%-
XYZ44.6960.473.59-
YUV187.42143.5672.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.96%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=19.96%
G=40.66%
B=39.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092222150.5100.030.13176.2863.1364.9
Hex6DDED73303Db03f41
Octal15533632763031526077101
Binary110110111011110110101111100110111101101100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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