Html Css Color HEX #78E9DB Turquoise Blue

📋 copy color: '#78E9DB'

red 120 ◦ green 233 ◦ blue 219

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

Shades of Turquoise Blue #78E9DB

Tints of Turquoise Blue #78E9DB

RGB

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

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

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

R = 20.98%
G = 40.73%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#78E9DB (or 0x78E9DB) is known color: Turquoise Blue. HEX triplet: 78, E9 and DB. RGB value is (120,233,219). Sum of RGB (Red+Green+Blue) = 120+233+219=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9DB is #871624. Grayscale: #C5C5C5. Windows color (decimal): -8853029 or 14412152. OLE color: 14412152.

HSL color Cylindrical-coordinate representation of color #78E9DB: hue angle of 172.57º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E9DB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 233 219 -
CMYK 0.48 0 0.06 0.09
HSL 172.57º 0.72% 0.69% -
HSV(B) 172.57º 0.48% 0.91% -
XYZ 49.67 67.39 77.41 -
YUV 197.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 120 233 219 0.48 0 0.06 0.09 172.57 0.72 0.69
Hex 78 E9 DB 30 0 6 9 AD 48 45
Octal 170 351 333 60 0 6 11 255 110 105
Binary 1111000 11101001 11011011 110000 0 110 1001 10101101 1001000 1000101

Color Harmonies of #78E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E9DB

Black with #78E9DB

Text Example


Text Example

White with #78E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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