#6DE9DC

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

Shades of Turquoise Blue #6DE9DC

Tints of Turquoise Blue #6DE9DC

Color information

#6DE9DC (or 0x6DE9DC) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E9 and DC. RGB value is (109,233,220). Sum of RGB (Red+Green+Blue) = 109+233+220=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9DC is #921623. Grayscale: #C2C2C2. Windows color (decimal): -9573924 or 14477677. OLE color: 14477677.

HSL color Cylindrical-coordinate representation of color #6DE9DC: hue angle of 173.71º degrees, saturation: 0.74, 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 #6DE9DC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB109233220-
CMYK0.5300.060.09
HSL173.71º73.81%67.06%-
HSV(B)173.71º53.22%91.37%-
XYZ48.3666.778.03-
YUV194.44142.4267.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.40%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=19.40%
G=41.46%
B=39.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092332200.5300.060.09173.7173.8167.06
Hex6DE9DC35069ae4a43
Octal155351334650611256112103
Binary11011011110100111011100110101011010011010111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,233,220); }

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

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

 a { background-color: rgb(109,233,220); }

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

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

 span { border-color: rgb(109,233,220); }

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