#68DCD9

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

Shades of Turquoise Blue #68DCD9

Tints of Turquoise Blue #68DCD9

Color information

#68DCD9 (or 0x68DCD9) is unknown color: approx Turquoise Blue. HEX triplet: 68, DC and D9. RGB value is (104,220,217). Sum of RGB (Red+Green+Blue) = 104+220+217=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCD9 is #972326. Grayscale: #B8B8B8. Windows color (decimal): -9904935 or 14277736. OLE color: 14277736.

HSL color Cylindrical-coordinate representation of color #68DCD9: hue angle of 178.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCD9 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB104220217-
CMYK0.5300.010.14
HSL178.45º62.37%63.53%-
HSV(B)178.45º52.73%86.27%-
XYZ43.8359.1474.75-
YUV184.97146.0770.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=19.22%
G=40.67%
B=40.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042202170.5300.010.14178.4562.3763.53
Hex68DCD93501Eb23e40
Octal15033433165011626276100
Binary11010001101110011011001110101011110101100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,217); }

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

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

 a { background-color: rgb(104,220,217); }

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

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

 span { border-color: rgb(104,220,217); }

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