#78DDF5

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

Shades of Turquoise Blue #78DDF5

Tints of Turquoise Blue #78DDF5

Color information

#78DDF5 (or 0x78DDF5) is unknown color: approx Turquoise Blue. HEX triplet: 78, DD and F5. RGB value is (120,221,245). Sum of RGB (Red+Green+Blue) = 120+221+245=586 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.48% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #78DDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDF5 is #87220A. Grayscale: #C1C1C1. Windows color (decimal): -8856075 or 16113016. OLE color: 16113016.

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

Color convert

RGB120221245-
CMYK0.510.1000.04
HSL191.52º86.21%71.57%-
HSV(B)191.52º51.02%96.08%-
XYZ50.0862.395.77-
YUV193.54157.0475.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.48%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 245 (96.09% from 255) = 41.81%
R=20.48%
G=37.71%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202212450.510.1000.04191.5286.2171.57
Hex78DDF533A04c05648
Octal170335365631204300126110
Binary11110001101110111110101110011101001001100000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,221,245); }

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

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

 a { background-color: rgb(120,221,245); }

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

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

 span { border-color: rgb(120,221,245); }

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