#6DE8D7

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

Shades of Turquoise Blue #6DE8D7

Tints of Turquoise Blue #6DE8D7

Color information

#6DE8D7 (or 0x6DE8D7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E8 and D7. RGB value is (109,232,215). Sum of RGB (Red+Green+Blue) = 109+232+215=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8D7 is #921728. Grayscale: #C1C1C1. Windows color (decimal): -9574185 or 14149741. OLE color: 14149741.

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

Color convert

RGB109232215-
CMYK0.5300.070.09
HSL171.71º72.78%66.86%-
HSV(B)171.71º53.02%90.98%-
XYZ47.4365.8774.5-
YUV193.28140.2567.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.60%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=19.60%
G=41.73%
B=38.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092322150.5300.070.09171.7172.7866.86
Hex6DE8D735079ac4943
Octal155350327650711254111103
Binary11011011110100011010111110101011110011010110010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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