Html Css Color HEX #78DBDB Turquoise Blue

📋 copy color: '#78DBDB'

red 120 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #78DBDB

Tints of Turquoise Blue #78DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

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

R = 21.51%
G = 39.25%
B = 39.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78DBDB (or 0x78DBDB) is known color: Turquoise Blue. HEX triplet: 78, DB and DB. RGB value is (120,219,219). Sum of RGB (Red+Green+Blue) = 120+219+219=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #78DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBDB is #872424. Grayscale: #BDBDBD. Windows color (decimal): -8856613 or 14408568. OLE color: 14408568.

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

Color convert

RGB 120 219 219 -
CMYK 0.45 0 0 0.14
HSL 180º 0.58% 0.66% -
HSV(B) 180º 0.45% 0.86% -
XYZ 45.86 59.77 76.14 -
YUV 189.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 120 219 219 0.45 0 0 0.14 180 0.58 0.66
Hex 78 DB DB 2D 0 0 E B4 3A 42
Octal 170 333 333 55 0 0 16 264 72 102
Binary 1111000 11011011 11011011 101101 0 0 1110 10110100 111010 1000010

Color Harmonies of #78DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBDB

Black with #78DBDB

Text Example


Text Example

White with #78DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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