#68DAF3

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

Shades of Turquoise Blue #68DAF3

Tints of Turquoise Blue #68DAF3

Color information

#68DAF3 (or 0x68DAF3) is unknown color: approx Turquoise Blue. HEX triplet: 68, DA and F3. RGB value is (104,218,243). Sum of RGB (Red+Green+Blue) = 104+218+243=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #68DAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF3 is #97250C. Grayscale: #BABABA. Windows color (decimal): -9905421 or 15981160. OLE color: 15981160.

HSL color Cylindrical-coordinate representation of color #68DAF3: hue angle of 190.79º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DAF3 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104218243-
CMYK0.570.1000.05
HSL190.79º85.28%68.04%-
HSV(B)190.79º57.2%95.29%-
XYZ46.9659.5693.81-
YUV186.76159.7368.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.41%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=18.41%
G=38.58%
B=43.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042182430.570.1000.05190.7985.2868.04
Hex68DAF339A05bf5544
Octal150332363711205277125104
Binary11010001101101011110011111001101001011011111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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