#78E4DE

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

Shades of Turquoise Blue #78E4DE

Tints of Turquoise Blue #78E4DE

Color information

#78E4DE (or 0x78E4DE) is unknown color: approx Turquoise Blue. HEX triplet: 78, E4 and DE. RGB value is (120,228,222). Sum of RGB (Red+Green+Blue) = 120+228+222=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #78E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E4DE is #871B21. Grayscale: #C2C2C2. Windows color (decimal): -8854306 or 14607480. OLE color: 14607480.

HSL color Cylindrical-coordinate representation of color #78E4DE: hue angle of 176.67º 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 #78E4DE is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB120228222-
CMYK0.4700.030.11
HSL176.67º66.67%68.24%-
HSV(B)176.67º47.37%89.41%-
XYZ48.6764.7579.04-
YUV195.02143.2274.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.05%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=21.05%
G=40%
B=38.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202282220.4700.030.11176.6766.6768.24
Hex78E4DE2F03Bb14344
Octal170344336570313261103104
Binary1111000111001001101111010111101110111011000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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