Html Css Color HEX #78E9EA Turquoise Blue

📋 copy color: '#78E9EA'

red 120 ◦ green 233 ◦ blue 234

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

Shades of Turquoise Blue #78E9EA

Tints of Turquoise Blue #78E9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 20.44%
G = 39.69%
B = 39.86%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78E9EA (or 0x78E9EA) is known color: Turquoise Blue. HEX triplet: 78, E9 and EA. RGB value is (120,233,234). Sum of RGB (Red+Green+Blue) = 120+233+234=587 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.44% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #78E9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E9EA is #871615. Grayscale: #C7C7C7. Windows color (decimal): -8853014 or 15395192. OLE color: 15395192.

HSL color Cylindrical-coordinate representation of color #78E9EA: hue angle of 180.53º 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 #78E9EA is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 233 234 -
CMYK 0.49 0.00 0 0.08
HSL 180.53º 0.73% 0.69% -
HSV(B) 180.53º 0.49% 0.92% -
XYZ 51.74 68.21 88.28 -
YUV 199.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 120 233 234 0.49 0.00 0 0.08 180.53 0.73 0.69
Hex 78 E9 EA 31 0 0 8 B5 49 45
Octal 170 351 352 61 0 0 10 265 111 105
Binary 1111000 11101001 11101010 110001 0 0 1000 10110101 1001001 1000101

Color Harmonies of #78E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E9EA

Black with #78E9EA

Text Example


Text Example

White with #78E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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