#68D1DA

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

Shades of Turquoise Blue #68D1DA

Tints of Turquoise Blue #68D1DA

Color information

#68D1DA (or 0x68D1DA) is unknown color: approx Turquoise Blue. HEX triplet: 68, D1 and DA. RGB value is (104,209,218). Sum of RGB (Red+Green+Blue) = 104+209+218=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #68D1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1DA is #972E25. Grayscale: #B2B2B2. Windows color (decimal): -9907750 or 14340456. OLE color: 14340456.

HSL color Cylindrical-coordinate representation of color #68D1DA: hue angle of 184.74º degrees, saturation: 0.61, 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 #68D1DA is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104209218-
CMYK0.520.0400.15
HSL184.74º60.64%63.14%-
HSV(B)184.74º52.29%85.49%-
XYZ41.1653.6174.51-
YUV178.63150.2174.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.59%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=19.59%
G=39.36%
B=41.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042092180.520.0400.15184.7460.6463.14
Hex68D1DA3440Fb93d3f
Octal1503213326440172717577
Binary110100011010001110110101101001000111110111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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