#6DE7DD

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

Shades of Turquoise Blue #6DE7DD

Tints of Turquoise Blue #6DE7DD

Color information

#6DE7DD (or 0x6DE7DD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E7 and DD. RGB value is (109,231,221). Sum of RGB (Red+Green+Blue) = 109+231+221=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7DD is #921822. Grayscale: #C1C1C1. Windows color (decimal): -9574435 or 14542701. OLE color: 14542701.

HSL color Cylindrical-coordinate representation of color #6DE7DD: hue angle of 175.08º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7DD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB109231221-
CMYK0.5300.040.09
HSL175.08º71.76%66.67%-
HSV(B)175.08º52.81%90.59%-
XYZ47.9365.6278.55-
YUV193.38143.5867.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.43%
GREEN value IS 231 (90.62% from 255) = 41.18%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=19.43%
G=41.18%
B=39.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092312210.5300.040.09175.0871.7666.67
Hex6DE7DD35049af4843
Octal155347335650411257110103
Binary11011011110011111011101110101010010011010111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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