#68EAD9

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

Shades of Turquoise Blue #68EAD9

Tints of Turquoise Blue #68EAD9

Color information

#68EAD9 (or 0x68EAD9) is unknown color: approx Turquoise Blue. HEX triplet: 68, EA and D9. RGB value is (104,234,217). Sum of RGB (Red+Green+Blue) = 104+234+217=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD9 is #971526. Grayscale: #C1C1C1. Windows color (decimal): -9901351 or 14281320. OLE color: 14281320.

HSL color Cylindrical-coordinate representation of color #68EAD9: hue angle of 172.15º 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 #68EAD9 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB104234217-
CMYK0.5600.070.08
HSL172.15º75.58%66.27%-
HSV(B)172.15º55.56%91.76%-
XYZ47.6666.876.03-
YUV193.19141.4364.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.74%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=18.74%
G=42.16%
B=39.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042342170.5600.070.08172.1575.5866.27
Hex68EAD938078ac4c42
Octal150352331700710254114102
Binary11010001110101011011001111000011110001010110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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