#68D5F9

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

Shades of Turquoise Blue #68D5F9

Tints of Turquoise Blue #68D5F9

Color information

#68D5F9 (or 0x68D5F9) is unknown color: approx Turquoise Blue. HEX triplet: 68, D5 and F9. RGB value is (104,213,249). Sum of RGB (Red+Green+Blue) = 104+213+249=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #68D5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D5F9 is #972A06. Grayscale: #B8B8B8. Windows color (decimal): -9906695 or 16373096. OLE color: 16373096.

HSL color Cylindrical-coordinate representation of color #68D5F9: hue angle of 194.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D5F9 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104213249-
CMYK0.580.1400.02
HSL194.9º92.36%69.22%-
HSV(B)194.9º58.23%97.65%-
XYZ46.657.3798.24-
YUV184.51164.3970.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.37%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=18.37%
G=37.63%
B=43.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042132490.580.1400.02194.992.3669.22
Hex68D5F93AE02c35c45
Octal150325371721602303134105
Binary1101000110101011111100111101011100101100001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,249); }

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

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

 a { background-color: rgb(104,213,249); }

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

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

 span { border-color: rgb(104,213,249); }

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