#78DAF4

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

Shades of Turquoise Blue #78DAF4

Tints of Turquoise Blue #78DAF4

Color information

#78DAF4 (or 0x78DAF4) is unknown color: approx Turquoise Blue. HEX triplet: 78, DA and F4. RGB value is (120,218,244). Sum of RGB (Red+Green+Blue) = 120+218+244=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #78DAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DAF4 is #87250B. Grayscale: #BFBFBF. Windows color (decimal): -8856844 or 16046712. OLE color: 16046712.

HSL color Cylindrical-coordinate representation of color #78DAF4: hue angle of 192.58º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78DAF4 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120218244-
CMYK0.510.1100.04
HSL192.58º84.93%71.37%-
HSV(B)192.58º50.82%95.69%-
XYZ49.1560.6794.71-
YUV191.66157.5376.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.62%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 244 (95.70% from 255) = 41.92%
R=20.62%
G=37.46%
B=41.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202182440.510.1100.04192.5884.9371.37
Hex78DAF433B04c15547
Octal170332364631304301125107
Binary11110001101101011110100110011101101001100000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78DAF4; }

 p { color: rgb(120,218,244); }

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

<style>
 a { background-color: #78DAF4; }

 a { background-color: rgb(120,218,244); }

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

<style>
 span { border-color: #78DAF4; }

 span { border-color: rgb(120,218,244); }

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