#68d2d8

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

Shades of Turquoise Blue #68D2D8

Tints of Turquoise Blue #68D2D8

Color information

#68D2D8 (or 0x68D2D8) is unknown color: approx Turquoise Blue. HEX triplet: 68, D2 and D8. RGB value is (104,210,216). Sum of RGB (Red+Green+Blue) = 104+210+216=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #68D2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2D8 is #972D27. Grayscale: #B2B2B2. Windows color (decimal): -9907496 or 14209640. OLE color: 14209640.

HSL color Cylindrical-coordinate representation of color #68D2D8: hue angle of 183.21º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D2D8 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104210216-
CMYK0.520.0300.15
HSL183.21º58.95%62.75%-
HSV(B)183.21º51.85%84.71%-
XYZ41.1553.9973.22-
YUV178.99148.8874.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 216 (84.77% from 255) = 40.75%
R=19.62%
G=39.62%
B=40.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042102160.520.0300.15183.2158.9562.75
Hex68D2D83430Fb73b3f
Octal1503223306430172677377
Binary11010001101001011011000110100110111110110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68d2d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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