#68E5E6

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

Shades of Turquoise Blue #68E5E6

Tints of Turquoise Blue #68E5E6

Color information

#68E5E6 (or 0x68E5E6) is unknown color: approx Turquoise Blue. HEX triplet: 68, E5 and E6. RGB value is (104,229,230). Sum of RGB (Red+Green+Blue) = 104+229+230=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #68E5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E5E6 is #971A19. Grayscale: #BFBFBF. Windows color (decimal): -9902618 or 15132008. OLE color: 15132008.

HSL color Cylindrical-coordinate representation of color #68E5E6: hue angle of 180.48º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5E6 is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104229230-
CMYK0.550.0000.10
HSL180.48º71.59%65.49%-
HSV(B)180.48º54.78%90.2%-
XYZ48.0164.6984.82-
YUV191.74149.5965.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.47%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=18.47%
G=40.67%
B=40.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042292300.550.0000.10180.4871.5965.49
Hex68E5E63700Ab44841
Octal150345346670012264110101
Binary110100011100101111001101101110010101011010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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