#78DDE1

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

Shades of Turquoise Blue #78DDE1

Tints of Turquoise Blue #78DDE1

Color information

#78DDE1 (or 0x78DDE1) is unknown color: approx Turquoise Blue. HEX triplet: 78, DD and E1. RGB value is (120,221,225). Sum of RGB (Red+Green+Blue) = 120+221+225=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #78DDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDE1 is #87221E. Grayscale: #BFBFBF. Windows color (decimal): -8856095 or 14802296. OLE color: 14802296.

HSL color Cylindrical-coordinate representation of color #78DDE1: hue angle of 182.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78DDE1 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120221225-
CMYK0.470.0200.12
HSL182.29º63.64%67.65%-
HSV(B)182.29º46.67%88.24%-
XYZ47.1961.1480.55-
YUV191.26147.0477.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.20%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=21.20%
G=39.05%
B=39.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1202212250.470.0200.12182.2963.6467.65
Hex78DDE12F20Cb64044
Octal170335341572014266100104
Binary1111000110111011110000110111110011001011011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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