#68D3DD

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

Shades of Turquoise Blue #68D3DD

Tints of Turquoise Blue #68D3DD

Color information

#68D3DD (or 0x68D3DD) is unknown color: approx Turquoise Blue. HEX triplet: 68, D3 and DD. RGB value is (104,211,221). Sum of RGB (Red+Green+Blue) = 104+211+221=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #68D3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3DD is #972C22. Grayscale: #B4B4B4. Windows color (decimal): -9907235 or 14537576. OLE color: 14537576.

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

Color convert

RGB104211221-
CMYK0.530.0500.13
HSL185.13º63.24%63.73%-
HSV(B)185.13º52.94%86.67%-
XYZ42.0554.7576.76-
YUV180.15151.0573.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.40%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=19.40%
G=39.37%
B=41.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042112210.530.0500.13185.1363.2463.73
Hex68D3DD3550Db93f40
Octal15032333565501527177100
Binary1101000110100111101110111010110101101101110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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