Html Css Color HEX #78E0DE Turquoise Blue

📋 copy color: '#78E0DE'

red 120 ◦ green 224 ◦ blue 222

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

Shades of Turquoise Blue #78E0DE

Tints of Turquoise Blue #78E0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.58%

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 21.2%
G = 39.58%
B = 39.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#78E0DE (or 0x78E0DE) is known color: Turquoise Blue. HEX triplet: 78, E0 and DE. RGB value is (120,224,222). Sum of RGB (Red+Green+Blue) = 120+224+222=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #78E0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E0DE is #871F21. Grayscale: #C0C0C0. Windows color (decimal): -8855330 or 14606456. OLE color: 14606456.

HSL color Cylindrical-coordinate representation of color #78E0DE: hue angle of 178.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78E0DE is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 224 222 -
CMYK 0.46 0 0.01 0.12
HSL 178.85º 0.63% 0.67% -
HSV(B) 178.85º 0.46% 0.88% -
XYZ 47.59 62.58 78.68 -
YUV 192.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 120 224 222 0.46 0 0.01 0.12 178.85 0.63 0.67
Hex 78 E0 DE 2E 0 1 C B3 3F 43
Octal 170 340 336 56 0 1 14 263 77 103
Binary 1111000 11100000 11011110 101110 0 1 1100 10110011 111111 1000011

Color Harmonies of #78E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E0DE

Black with #78E0DE

Text Example


Text Example

White with #78E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,224,222); }

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

background-color css

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

 a { background-color: rgb(120,224,222); }

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

border-color css

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

 span { border-color: rgb(120,224,222); }

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