Html Css Color HEX #78D7E1 Turquoise Blue

📋 copy color: '#78D7E1'

red 120 ◦ green 215 ◦ blue 225

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

Shades of Turquoise Blue #78D7E1

Tints of Turquoise Blue #78D7E1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.39%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 21.43%
G = 38.39%
B = 40.18%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78D7E1 (or 0x78D7E1) is known color: Turquoise Blue. HEX triplet: 78, D7 and E1. RGB value is (120,215,225). Sum of RGB (Red+Green+Blue) = 120+215+225=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #78D7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7E1 is #87281E. Grayscale: #BBBBBB. Windows color (decimal): -8857631 or 14800760. OLE color: 14800760.

HSL color Cylindrical-coordinate representation of color #78D7E1: hue angle of 185.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78D7E1 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 215 225 -
CMYK 0.47 0.04 0 0.12
HSL 185.71º 0.64% 0.68% -
HSV(B) 185.71º 0.47% 0.88% -
XYZ 45.64 58.03 80.03 -
YUV 187.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 120 215 225 0.47 0.04 0 0.12 185.71 0.64 0.68
Hex 78 D7 E1 2F 4 0 C BA 40 44
Octal 170 327 341 57 4 0 14 272 100 104
Binary 1111000 11010111 11100001 101111 100 0 1100 10111010 1000000 1000100

Color Harmonies of #78D7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D7E1

Black with #78D7E1

Text Example


Text Example

White with #78D7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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