#68DCF3

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

Shades of Turquoise Blue #68DCF3

Tints of Turquoise Blue #68DCF3

Color information

#68DCF3 (or 0x68DCF3) is unknown color: approx Turquoise Blue. HEX triplet: 68, DC and F3. RGB value is (104,220,243). Sum of RGB (Red+Green+Blue) = 104+220+243=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #68DCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCF3 is #97230C. Grayscale: #BBBBBB. Windows color (decimal): -9904909 or 15981672. OLE color: 15981672.

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

Color convert

RGB104220243-
CMYK0.570.0900.05
HSL189.93º85.28%68.04%-
HSV(B)189.93º57.2%95.29%-
XYZ47.4860.693.99-
YUV187.94159.0768.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.34%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=18.34%
G=38.80%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042202430.570.0900.05189.9385.2868.04
Hex68DCF339905be5544
Octal150334363711105276125104
Binary11010001101110011110011111001100101011011111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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