Html Css Color HEX #78DCDB Turquoise Blue

📋 copy color: '#78DCDB'

red 120 ◦ green 220 ◦ blue 219

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

Shades of Turquoise Blue #78DCDB

Tints of Turquoise Blue #78DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

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

R = 21.47%
G = 39.36%
B = 39.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#78DCDB (or 0x78DCDB) is known color: Turquoise Blue. HEX triplet: 78, DC and DB. RGB value is (120,220,219). Sum of RGB (Red+Green+Blue) = 120+220+219=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCDB is #872324. Grayscale: #BDBDBD. Windows color (decimal): -8856357 or 14408824. OLE color: 14408824.

HSL color Cylindrical-coordinate representation of color #78DCDB: hue angle of 179.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCDB is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 220 219 -
CMYK 0.45 0 0.00 0.14
HSL 179.4º 0.59% 0.67% -
HSV(B) 179.4º 0.45% 0.86% -
XYZ 46.13 60.29 76.22 -
YUV 189.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 120 220 219 0.45 0 0.00 0.14 179.4 0.59 0.67
Hex 78 DC DB 2D 0 0 E B3 3B 43
Octal 170 334 333 55 0 0 16 263 73 103
Binary 1111000 11011100 11011011 101101 0 0 1110 10110011 111011 1000011

Color Harmonies of #78DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCDB

Black with #78DCDB

Text Example


Text Example

White with #78DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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