#68DDE7

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

Shades of Turquoise Blue #68DDE7

Tints of Turquoise Blue #68DDE7

Color information

#68DDE7 (or 0x68DDE7) is unknown color: approx Turquoise Blue. HEX triplet: 68, DD and E7. RGB value is (104,221,231). Sum of RGB (Red+Green+Blue) = 104+221+231=556 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.71% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #68DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDE7 is #972218. Grayscale: #BABABA. Windows color (decimal): -9904665 or 15195496. OLE color: 15195496.

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

Color convert

RGB104221231-
CMYK0.550.0400.09
HSL184.72º72.57%65.69%-
HSV(B)184.72º54.98%90.59%-
XYZ45.9960.4384.84-
YUV187.16152.7468.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.71%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=18.71%
G=39.75%
B=41.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042212310.550.0400.09184.7272.5765.69
Hex68DDE737409b94942
Octal150335347674011271111102
Binary11010001101110111100111110111100010011011100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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