#78DEF4

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

Shades of Turquoise Blue #78DEF4

Tints of Turquoise Blue #78DEF4

Color information

#78DEF4 (or 0x78DEF4) is unknown color: approx Turquoise Blue. HEX triplet: 78, DE and F4. RGB value is (120,222,244). Sum of RGB (Red+Green+Blue) = 120+222+244=586 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.48% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #78DEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DEF4 is #87210B. Grayscale: #C1C1C1. Windows color (decimal): -8855820 or 16047736. OLE color: 16047736.

HSL color Cylindrical-coordinate representation of color #78DEF4: hue angle of 190.65º 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 #78DEF4 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120222244-
CMYK0.510.0900.04
HSL190.65º84.93%71.37%-
HSV(B)190.65º50.82%95.69%-
XYZ50.262.7795.06-
YUV194.01156.2175.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.48%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=20.48%
G=37.88%
B=41.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202222440.510.0900.04190.6584.9371.37
Hex78DEF433904bf5547
Octal170336364631104277125107
Binary11110001101111011110100110011100101001011111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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