#68D1DE

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

Shades of Turquoise Blue #68D1DE

Tints of Turquoise Blue #68D1DE

Color information

#68D1DE (or 0x68D1DE) is unknown color: approx Turquoise Blue. HEX triplet: 68, D1 and DE. RGB value is (104,209,222). Sum of RGB (Red+Green+Blue) = 104+209+222=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #68D1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1DE is #972E21. Grayscale: #B2B2B2. Windows color (decimal): -9907746 or 14602600. OLE color: 14602600.

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

Color convert

RGB104209222-
CMYK0.530.0600.13
HSL186.61º64.13%63.92%-
HSV(B)186.61º53.15%87.06%-
XYZ41.6953.8277.3-
YUV179.09152.2174.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=19.44%
G=39.07%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042092220.530.0600.13186.6164.1363.92
Hex68D1DE3560Dbb4040
Octal150321336656015273100100
Binary11010001101000111011110110101110011011011101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,209,222); }

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

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

 a { background-color: rgb(104,209,222); }

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

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

 span { border-color: rgb(104,209,222); }

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