#68E5EB

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

Shades of Turquoise Blue #68E5EB

Tints of Turquoise Blue #68E5EB

Color information

#68E5EB (or 0x68E5EB) is unknown color: approx Turquoise Blue. HEX triplet: 68, E5 and EB. RGB value is (104,229,235). Sum of RGB (Red+Green+Blue) = 104+229+235=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #68E5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E5EB is #971A14. Grayscale: #C0C0C0. Windows color (decimal): -9902613 or 15459688. OLE color: 15459688.

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

Color convert

RGB104229235-
CMYK0.560.0300.08
HSL182.75º76.61%66.47%-
HSV(B)182.75º55.74%92.16%-
XYZ48.7264.9888.57-
YUV192.31152.0965.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.31%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=18.31%
G=40.32%
B=41.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042292350.560.0300.08182.7576.6166.47
Hex68E5EB38308b74d42
Octal150345353703010267115102
Binary1101000111001011110101111100011010001011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,229,235); }

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

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

 a { background-color: rgb(104,229,235); }

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

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

 span { border-color: rgb(104,229,235); }

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