#68e8ed

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

Shades of Turquoise Blue #68E8ED

Tints of Turquoise Blue #68E8ED

Color information

#68E8ED (or 0x68E8ED) is unknown color: approx Turquoise Blue. HEX triplet: 68, E8 and ED. RGB value is (104,232,237). Sum of RGB (Red+Green+Blue) = 104+232+237=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #68E8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8ED is #971712. Grayscale: #C2C2C2. Windows color (decimal): -9901843 or 15591528. OLE color: 15591528.

HSL color Cylindrical-coordinate representation of color #68E8ED: hue angle of 182.26º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E8ED is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104232237-
CMYK0.560.0200.07
HSL182.26º78.7%66.86%-
HSV(B)182.26º56.12%92.94%-
XYZ49.8566.7790.38-
YUV194.3152.0963.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.15%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=18.15%
G=40.49%
B=41.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042322370.560.0200.07182.2678.766.86
Hex68E8ED38207b64f43
Octal15035035570207266117103
Binary110100011101000111011011110001001111011011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e8ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,232,237); }

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

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

 a { background-color: rgb(104,232,237); }

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

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

 span { border-color: rgb(104,232,237); }

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