#68DCDA

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

Shades of Turquoise Blue #68DCDA

Tints of Turquoise Blue #68DCDA

Color information

#68DCDA (or 0x68DCDA) is unknown color: approx Turquoise Blue. HEX triplet: 68, DC and DA. RGB value is (104,220,218). Sum of RGB (Red+Green+Blue) = 104+220+218=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCDA is #972325. Grayscale: #B8B8B8. Windows color (decimal): -9904934 or 14343272. OLE color: 14343272.

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

Color convert

RGB104220218-
CMYK0.5300.010.14
HSL178.97º62.37%63.53%-
HSV(B)178.97º52.73%86.27%-
XYZ43.9659.1975.44-
YUV185.09146.5770.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.19%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=19.19%
G=40.59%
B=40.22%

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
Decimal1042202180.5300.010.14178.9762.3763.53
Hex68DCDA3501Eb33e40
Octal15033433265011626376100
Binary11010001101110011011010110101011110101100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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