#68D6EC

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

Shades of Turquoise Blue #68D6EC

Tints of Turquoise Blue #68D6EC

Color information

#68D6EC (or 0x68D6EC) is unknown color: approx Turquoise Blue. HEX triplet: 68, D6 and EC. RGB value is (104,214,236). Sum of RGB (Red+Green+Blue) = 104+214+236=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #68D6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D6EC is #972913. Grayscale: #B7B7B7. Windows color (decimal): -9906452 or 15521384. OLE color: 15521384.

HSL color Cylindrical-coordinate representation of color #68D6EC: hue angle of 190º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D6EC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104214236-
CMYK0.560.0900.07
HSL190º77.65%66.67%-
HSV(B)190º55.93%92.55%-
XYZ44.957.0988.01-
YUV183.62157.5671.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.77%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=18.77%
G=38.63%
B=42.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042142360.560.0900.0719077.6566.67
Hex68D6EC38907be4e43
Octal150326354701107276116103
Binary11010001101011011101100111000100101111011111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,214,236); }

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

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

 a { background-color: rgb(104,214,236); }

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

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

 span { border-color: rgb(104,214,236); }

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