#78EBDF

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

Shades of Turquoise Blue #78EBDF

Tints of Turquoise Blue #78EBDF

Color information

#78EBDF (or 0x78EBDF) is unknown color: approx Turquoise Blue. HEX triplet: 78, EB and DF. RGB value is (120,235,223). Sum of RGB (Red+Green+Blue) = 120+235+223=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EBDF is #871420. Grayscale: #C7C7C7. Windows color (decimal): -8852513 or 14674808. OLE color: 14674808.

HSL color Cylindrical-coordinate representation of color #78EBDF: hue angle of 173.74º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBDF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB120235223-
CMYK0.4900.050.08
HSL173.74º74.19%69.61%-
HSV(B)173.74º48.94%92.16%-
XYZ50.7768.7480.4-
YUV199.25141.471.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.76%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=20.76%
G=40.66%
B=38.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202352230.4900.050.08173.7474.1969.61
Hex78EBDF31058ae4a46
Octal170353337610510256112106
Binary11110001110101111011111110001010110001010111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,235,223); }

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

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

 a { background-color: rgb(120,235,223); }

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

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

 span { border-color: rgb(120,235,223); }

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