#68EAE0

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

Shades of Turquoise Blue #68EAE0

Tints of Turquoise Blue #68EAE0

Color information

#68EAE0 (or 0x68EAE0) is unknown color: approx Turquoise Blue. HEX triplet: 68, EA and E0. RGB value is (104,234,224). Sum of RGB (Red+Green+Blue) = 104+234+224=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAE0 is #97151F. Grayscale: #C1C1C1. Windows color (decimal): -9901344 or 14740072. OLE color: 14740072.

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

Color convert

RGB104234224-
CMYK0.5600.040.08
HSL175.38º75.58%66.27%-
HSV(B)175.38º55.56%91.76%-
XYZ48.5967.1780.93-
YUV193.99144.9363.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.51%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=18.51%
G=41.64%
B=39.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042342240.5600.040.08175.3875.5866.27
Hex68EAE038048af4c42
Octal150352340700410257114102
Binary11010001110101011100000111000010010001010111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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