#68D1EF

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

Shades of Turquoise Blue #68D1EF

Tints of Turquoise Blue #68D1EF

Color information

#68D1EF (or 0x68D1EF) is unknown color: approx Turquoise Blue. HEX triplet: 68, D1 and EF. RGB value is (104,209,239). Sum of RGB (Red+Green+Blue) = 104+209+239=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D1EF is #972E10. Grayscale: #B4B4B4. Windows color (decimal): -9907729 or 15716712. OLE color: 15716712.

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

Color convert

RGB104209239-
CMYK0.560.1300.06
HSL193.33º80.84%67.25%-
HSV(B)193.33º56.49%93.73%-
XYZ44.0954.7889.91-
YUV181.02160.7173.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.84%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 239 (93.75% from 255) = 43.30%
R=18.84%
G=37.86%
B=43.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042092390.560.1300.06193.3380.8467.25
Hex68D1EF38D06c15143
Octal150321357701506301121103
Binary11010001101000111101111111000110101101100000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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