#6DE5DD

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

Shades of Turquoise Blue #6DE5DD

Tints of Turquoise Blue #6DE5DD

Color information

#6DE5DD (or 0x6DE5DD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E5 and DD. RGB value is (109,229,221). Sum of RGB (Red+Green+Blue) = 109+229+221=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #6DE5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE5DD is #921A22. Grayscale: #C0C0C0. Windows color (decimal): -9574947 or 14542189. OLE color: 14542189.

HSL color Cylindrical-coordinate representation of color #6DE5DD: hue angle of 176º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE5DD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB109229221-
CMYK0.5200.030.10
HSL176º69.77%66.27%-
HSV(B)176º52.4%89.8%-
XYZ47.3864.5178.36-
YUV192.21144.2468.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.50%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=19.50%
G=40.97%
B=39.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1092292210.5200.030.1017669.7766.27
Hex6DE5DD3403Ab04642
Octal155345335640312260106102
Binary1101101111001011101110111010001110101011000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,229,221); }

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

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

 a { background-color: rgb(109,229,221); }

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

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

 span { border-color: rgb(109,229,221); }

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