#68E7DC

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

Shades of Turquoise Blue #68E7DC

Tints of Turquoise Blue #68E7DC

Color information

#68E7DC (or 0x68E7DC) is unknown color: approx Turquoise Blue. HEX triplet: 68, E7 and DC. RGB value is (104,231,220). Sum of RGB (Red+Green+Blue) = 104+231+220=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E7DC is #971823. Grayscale: #BFBFBF. Windows color (decimal): -9902116 or 14477160. OLE color: 14477160.

HSL color Cylindrical-coordinate representation of color #68E7DC: hue angle of 174.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E7DC is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB104231220-
CMYK0.5500.050.09
HSL174.8º72.57%65.69%-
HSV(B)174.8º54.98%90.59%-
XYZ47.265.2677.82-
YUV191.77143.9265.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.74%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=18.74%
G=41.62%
B=39.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042312200.5500.050.09174.872.5765.69
Hex68E7DC37059af4942
Octal150347334670511257111102
Binary11010001110011111011100110111010110011010111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68E7DC; }

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

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

<style>
 a { background-color: #68E7DC; }

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

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

<style>
 span { border-color: #68E7DC; }

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

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