Html Css Color HEX #78E2F6 Turquoise Blue

📋 copy color: '#78E2F6'

red 120 ◦ green 226 ◦ blue 246

#78E2F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #78E2F6

Tints of Turquoise Blue #78E2F6

RGB

 RED value IS 120 (47.27% from 255) = 20.27%

 GREEN value IS 226 (88.67% from 255) = 38.18%

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 20.27%
G = 38.18%
B = 41.55%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#78E2F6 (or 0x78E2F6) is known color: Turquoise Blue. HEX triplet: 78, E2 and F6. RGB value is (120,226,246). Sum of RGB (Red+Green+Blue) = 120+226+246=592 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.27% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #78E2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E2F6 is #871D09. Grayscale: #C4C4C4. Windows color (decimal): -8854794 or 16179832. OLE color: 16179832.

HSL color Cylindrical-coordinate representation of color #78E2F6: hue angle of 189.52º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78E2F6 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 226 246 -
CMYK 0.51 0.08 0 0.04
HSL 189.52º 0.88% 0.72% -
HSV(B) 189.52º 0.51% 0.96% -
XYZ 51.58 65.04 97.02 -
YUV 196.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 120 226 246 0.51 0.08 0 0.04 189.52 0.88 0.72
Hex 78 E2 F6 33 8 0 4 BE 58 48
Octal 170 342 366 63 10 0 4 276 130 110
Binary 1111000 11100010 11110110 110011 1000 0 100 10111110 1011000 1001000

Color Harmonies of #78E2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E2F6

Black with #78E2F6

Text Example


Text Example

White with #78E2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,226,246); }

 H1.HeaderClassName
 {
   color: #78E2F6;
 }
 .AnyTagClassName
 {
   color: #78E2F6;
 }
</style>

background-color css

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

 a { background-color: rgb(120,226,246); }

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

border-color css

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

 span { border-color: rgb(120,226,246); }

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