#68DBFC

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

Shades of Turquoise Blue #68DBFC

Tints of Turquoise Blue #68DBFC

Color information

#68DBFC (or 0x68DBFC) is unknown color: approx Turquoise Blue. HEX triplet: 68, DB and FC. RGB value is (104,219,252). Sum of RGB (Red+Green+Blue) = 104+219+252=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #68DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBFC is #972403. Grayscale: #BCBCBC. Windows color (decimal): -9905156 or 16571240. OLE color: 16571240.

HSL color Cylindrical-coordinate representation of color #68DBFC: hue angle of 193.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DBFC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104219252-
CMYK0.590.1300.01
HSL193.38º96.1%69.8%-
HSV(B)193.38º58.73%98.82%-
XYZ48.6160.63101.24-
YUV188.38163.967.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.09%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=18.09%
G=38.09%
B=43.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042192520.590.1300.01193.3896.169.8
Hex68DBFC3BD01c16046
Octal150333374731501301140106
Binary110100011011011111111001110111101011100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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