#6EE7DC

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

Shades of Turquoise Blue #6EE7DC

Tints of Turquoise Blue #6EE7DC

Color information

#6EE7DC (or 0x6EE7DC) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E7 and DC. RGB value is (110,231,220). Sum of RGB (Red+Green+Blue) = 110+231+220=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7DC is #911823. Grayscale: #C1C1C1. Windows color (decimal): -9508900 or 14477166. OLE color: 14477166.

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

Color convert

RGB110231220-
CMYK0.5200.050.09
HSL174.55º71.6%66.86%-
HSV(B)174.55º52.38%90.59%-
XYZ47.9265.6377.85-
YUV193.57142.9168.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.61%
GREEN value IS 231 (90.62% from 255) = 41.18%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=19.61%
G=41.18%
B=39.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102312200.5200.050.09174.5571.666.86
Hex6EE7DC34059af4843
Octal156347334640511257110103
Binary11011101110011111011100110100010110011010111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,231,220); }

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

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

 a { background-color: rgb(110,231,220); }

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

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

 span { border-color: rgb(110,231,220); }

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