#68D9EF

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

Shades of Turquoise Blue #68D9EF

Tints of Turquoise Blue #68D9EF

Color information

#68D9EF (or 0x68D9EF) is unknown color: approx Turquoise Blue. HEX triplet: 68, D9 and EF. RGB value is (104,217,239). Sum of RGB (Red+Green+Blue) = 104+217+239=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D9EF is #972610. Grayscale: #B9B9B9. Windows color (decimal): -9905681 or 15718760. OLE color: 15718760.

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

Color convert

RGB104217239-
CMYK0.560.0900.06
HSL189.78º80.84%67.25%-
HSV(B)189.78º56.49%93.73%-
XYZ46.158.890.58-
YUV185.72158.0669.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.57%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=18.57%
G=38.75%
B=42.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042172390.560.0900.06189.7880.8467.25
Hex68D9EF38906be5143
Octal150331357701106276121103
Binary11010001101100111101111111000100101101011111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,217,239); }

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

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

 a { background-color: rgb(104,217,239); }

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

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

 span { border-color: rgb(104,217,239); }

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