#68DBF3

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

Shades of Turquoise Blue #68DBF3

Tints of Turquoise Blue #68DBF3

Color information

#68DBF3 (or 0x68DBF3) is unknown color: approx Turquoise Blue. HEX triplet: 68, DB and F3. RGB value is (104,219,243). Sum of RGB (Red+Green+Blue) = 104+219+243=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #68DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBF3 is #97240C. Grayscale: #BBBBBB. Windows color (decimal): -9905165 or 15981416. OLE color: 15981416.

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

Color convert

RGB104219243-
CMYK0.570.1000.05
HSL190.36º85.28%68.04%-
HSV(B)190.36º57.2%95.29%-
XYZ47.2260.0893.9-
YUV187.35159.468.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.37%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 243 (95.31% from 255) = 42.93%
R=18.37%
G=38.69%
B=42.93%

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
Decimal1042192430.570.1000.05190.3685.2868.04
Hex68DBF339A05be5544
Octal150333363711205276125104
Binary11010001101101111110011111001101001011011111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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