Html Css Color HEX #78EAE2 Turquoise Blue

📋 copy color: '#78EAE2'

red 120 ◦ green 234 ◦ blue 226

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

Shades of Turquoise Blue #78EAE2

Tints of Turquoise Blue #78EAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.34%

 BLUE value IS 226 (88.67% from 255) = 38.97%

R = 20.69%
G = 40.34%
B = 38.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#78EAE2 (or 0x78EAE2) is known color: Turquoise Blue. HEX triplet: 78, EA and E2. RGB value is (120,234,226). Sum of RGB (Red+Green+Blue) = 120+234+226=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #78EAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EAE2 is #87151D. Grayscale: #C6C6C6. Windows color (decimal): -8852766 or 14871160. OLE color: 14871160.

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

Color convert

RGB 120 234 226 -
CMYK 0.49 0 0.03 0.08
HSL 175.79º 0.73% 0.69% -
HSV(B) 175.79º 0.49% 0.92% -
XYZ 50.9 68.33 82.46 -
YUV 199 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 120 234 226 0.49 0 0.03 0.08 175.79 0.73 0.69
Hex 78 EA E2 31 0 3 8 B0 49 45
Octal 170 352 342 61 0 3 10 260 111 105
Binary 1111000 11101010 11100010 110001 0 11 1000 10110000 1001001 1000101

Color Harmonies of #78EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EAE2

Black with #78EAE2

Text Example


Text Example

White with #78EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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