#68DDD5

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

Shades of Turquoise Blue #68DDD5

Tints of Turquoise Blue #68DDD5

Color information

#68DDD5 (or 0x68DDD5) is unknown color: approx Turquoise Blue. HEX triplet: 68, DD and D5. RGB value is (104,221,213). Sum of RGB (Red+Green+Blue) = 104+221+213=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD5 is #97222A. Grayscale: #B9B9B9. Windows color (decimal): -9904683 or 14015848. OLE color: 14015848.

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

Color convert

RGB104221213-
CMYK0.5300.040.13
HSL175.9º63.24%63.73%-
HSV(B)175.9º52.94%86.67%-
XYZ43.5859.4672.13-
YUV185.1143.7470.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.33%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=19.33%
G=41.08%
B=39.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042212130.5300.040.13175.963.2463.73
Hex68DDD53504Db03f40
Octal15033532565041526077100
Binary1101000110111011101010111010101001101101100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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