#6DE8D9

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

Shades of Turquoise Blue #6DE8D9

Tints of Turquoise Blue #6DE8D9

Color information

#6DE8D9 (or 0x6DE8D9) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E8 and D9. RGB value is (109,232,217). Sum of RGB (Red+Green+Blue) = 109+232+217=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8D9 is #921726. Grayscale: #C1C1C1. Windows color (decimal): -9574183 or 14280813. OLE color: 14280813.

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

Color convert

RGB109232217-
CMYK0.5300.060.09
HSL172.68º72.78%66.86%-
HSV(B)172.68º53.02%90.98%-
XYZ47.6965.9775.87-
YUV193.51141.2567.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.53%
GREEN value IS 232 (91.02% from 255) = 41.58%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=19.53%
G=41.58%
B=38.89%

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
Decimal1092322170.5300.060.09172.6872.7866.86
Hex6DE8D935069ad4943
Octal155350331650611255111103
Binary11011011110100011011001110101011010011010110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,232,217); }

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

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

 a { background-color: rgb(109,232,217); }

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

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

 span { border-color: rgb(109,232,217); }

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