#68D8F3

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

Shades of Turquoise Blue #68D8F3

Tints of Turquoise Blue #68D8F3

Color information

#68D8F3 (or 0x68D8F3) is unknown color: approx Turquoise Blue. HEX triplet: 68, D8 and F3. RGB value is (104,216,243). Sum of RGB (Red+Green+Blue) = 104+216+243=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #68D8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D8F3 is #97270C. Grayscale: #B9B9B9. Windows color (decimal): -9905933 or 15980648. OLE color: 15980648.

HSL color Cylindrical-coordinate representation of color #68D8F3: hue angle of 191.65º 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 #68D8F3 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104216243-
CMYK0.570.1100.05
HSL191.65º85.28%68.04%-
HSV(B)191.65º57.2%95.29%-
XYZ46.4458.5393.64-
YUV185.59160.3969.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.47%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=18.47%
G=38.37%
B=43.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042162430.570.1100.05191.6585.2868.04
Hex68D8F339B05c05544
Octal150330363711305300125104
Binary11010001101100011110011111001101101011100000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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