Html Css Color HEX #78E5DB Turquoise Blue

📋 copy color: '#78E5DB'

red 120 ◦ green 229 ◦ blue 219

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

Shades of Turquoise Blue #78E5DB

Tints of Turquoise Blue #78E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.32%

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 21.13%
G = 40.32%
B = 38.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#78E5DB (or 0x78E5DB) is known color: Turquoise Blue. HEX triplet: 78, E5 and DB. RGB value is (120,229,219). Sum of RGB (Red+Green+Blue) = 120+229+219=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #78E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E5DB is #871A24. Grayscale: #C3C3C3. Windows color (decimal): -8854053 or 14411128. OLE color: 14411128.

HSL color Cylindrical-coordinate representation of color #78E5DB: hue angle of 174.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E5DB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 229 219 -
CMYK 0.48 0 0.04 0.10
HSL 174.5º 0.68% 0.68% -
HSV(B) 174.5º 0.48% 0.9% -
XYZ 48.55 65.15 77.03 -
YUV 195.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 120 229 219 0.48 0 0.04 0.10 174.5 0.68 0.68
Hex 78 E5 DB 30 0 4 A AE 44 44
Octal 170 345 333 60 0 4 12 256 104 104
Binary 1111000 11100101 11011011 110000 0 100 1010 10101110 1000100 1000100

Color Harmonies of #78E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E5DB

Black with #78E5DB

Text Example


Text Example

White with #78E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,229,219); }

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

background-color css

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

 a { background-color: rgb(120,229,219); }

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

border-color css

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

 span { border-color: rgb(120,229,219); }

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