#68DDD8

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

Shades of Turquoise Blue #68DDD8

Tints of Turquoise Blue #68DDD8

Color information

#68DDD8 (or 0x68DDD8) is unknown color: approx Turquoise Blue. HEX triplet: 68, DD and D8. RGB value is (104,221,216). Sum of RGB (Red+Green+Blue) = 104+221+216=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD8 is #972227. Grayscale: #B9B9B9. Windows color (decimal): -9904680 or 14212456. OLE color: 14212456.

HSL color Cylindrical-coordinate representation of color #68DDD8: hue angle of 177.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDD8 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB104221216-
CMYK0.5300.020.13
HSL177.44º63.24%63.73%-
HSV(B)177.44º52.94%86.67%-
XYZ43.9659.6174.16-
YUV185.45145.2469.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=19.22%
G=40.85%
B=39.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042212160.5300.020.13177.4463.2463.73
Hex68DDD83502Db13f40
Octal15033533065021526177100
Binary110100011011101110110001101010101101101100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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