#68EAD8

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

Shades of Turquoise Blue #68EAD8

Tints of Turquoise Blue #68EAD8

Color information

#68EAD8 (or 0x68EAD8) is unknown color: approx Turquoise Blue. HEX triplet: 68, EA and D8. RGB value is (104,234,216). Sum of RGB (Red+Green+Blue) = 104+234+216=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD8 is #971527. Grayscale: #C1C1C1. Windows color (decimal): -9901352 or 14215784. OLE color: 14215784.

HSL color Cylindrical-coordinate representation of color #68EAD8: hue angle of 171.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAD8 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB104234216-
CMYK0.5600.080.08
HSL171.69º75.58%66.27%-
HSV(B)171.69º55.56%91.76%-
XYZ47.5366.7575.34-
YUV193.08140.9364.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.77%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=18.77%
G=42.24%
B=38.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042342160.5600.080.08171.6975.5866.27
Hex68EAD838088ac4c42
Octal1503523307001010254114102
Binary110100011101010110110001110000100010001010110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,234,216); }

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

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

 a { background-color: rgb(104,234,216); }

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

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

 span { border-color: rgb(104,234,216); }

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