#68CCE7

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

Shades of Turquoise Blue #68CCE7

Tints of Turquoise Blue #68CCE7

Color information

#68CCE7 (or 0x68CCE7) is unknown color: approx Turquoise Blue. HEX triplet: 68, CC and E7. RGB value is (104,204,231). Sum of RGB (Red+Green+Blue) = 104+204+231=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #68CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCE7 is #973318. Grayscale: #B0B0B0. Windows color (decimal): -9909017 or 15191144. OLE color: 15191144.

HSL color Cylindrical-coordinate representation of color #68CCE7: hue angle of 192.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CCE7 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104204231-
CMYK0.550.1200.09
HSL192.76º72.57%65.69%-
HSV(B)192.76º54.98%90.59%-
XYZ41.7351.983.42-
YUV177.18158.3775.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 231 (90.62% from 255) = 42.86%
R=19.29%
G=37.85%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042042310.550.1200.09192.7672.5765.69
Hex68CCE737C09c14942
Octal1503143476714011301111102
Binary110100011001100111001111101111100010011100000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,204,231); }

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

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

 a { background-color: rgb(104,204,231); }

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

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

 span { border-color: rgb(104,204,231); }

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