#78E1FB

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

Shades of Turquoise Blue #78E1FB

Tints of Turquoise Blue #78E1FB

Color information

#78E1FB (or 0x78E1FB) is unknown color: approx Turquoise Blue. HEX triplet: 78, E1 and FB. RGB value is (120,225,251). Sum of RGB (Red+Green+Blue) = 120+225+251=596 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.13% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #78E1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E1FB is #871E04. Grayscale: #C4C4C4. Windows color (decimal): -8855045 or 16507256. OLE color: 16507256.

HSL color Cylindrical-coordinate representation of color #78E1FB: hue angle of 191.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78E1FB is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120225251-
CMYK0.520.1000.02
HSL191.91º94.24%72.75%-
HSV(B)191.91º52.19%98.43%-
XYZ52.0864.81101.03-
YUV196.57158.7173.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.13%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=20.13%
G=37.75%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202252510.520.1000.02191.9194.2472.75
Hex78E1FB34A02c05e49
Octal170341373641202300136111
Binary1111000111000011111101111010010100101100000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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