#78E4DC

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

Shades of Turquoise Blue #78E4DC

Tints of Turquoise Blue #78E4DC

Color information

#78E4DC (or 0x78E4DC) is unknown color: approx Turquoise Blue. HEX triplet: 78, E4 and DC. RGB value is (120,228,220). Sum of RGB (Red+Green+Blue) = 120+228+220=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #78E4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E4DC is #871B23. Grayscale: #C2C2C2. Windows color (decimal): -8854308 or 14476408. OLE color: 14476408.

HSL color Cylindrical-coordinate representation of color #78E4DC: hue angle of 175.56º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E4DC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB120228220-
CMYK0.4700.040.11
HSL175.56º66.67%68.24%-
HSV(B)175.56º47.37%89.41%-
XYZ48.4164.6577.64-
YUV194.8142.2274.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.13%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=21.13%
G=40.14%
B=38.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202282200.4700.040.11175.5666.6768.24
Hex78E4DC2F04Bb04344
Octal170344334570413260103104
Binary11110001110010011011100101111010010111011000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,228,220); }

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

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

 a { background-color: rgb(120,228,220); }

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

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

 span { border-color: rgb(120,228,220); }

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