Html Css Color HEX #78E7DB Turquoise Blue

📋 copy color: '#78E7DB'

red 120 ◦ green 231 ◦ blue 219

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

Shades of Turquoise Blue #78E7DB

Tints of Turquoise Blue #78E7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.53%

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

R = 21.05%
G = 40.53%
B = 38.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#78E7DB (or 0x78E7DB) is known color: Turquoise Blue. HEX triplet: 78, E7 and DB. RGB value is (120,231,219). Sum of RGB (Red+Green+Blue) = 120+231+219=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #78E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E7DB is #871824. Grayscale: #C4C4C4. Windows color (decimal): -8853541 or 14411640. OLE color: 14411640.

HSL color Cylindrical-coordinate representation of color #78E7DB: hue angle of 173.51º degrees, saturation: 0.7, 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 #78E7DB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 231 219 -
CMYK 0.48 0 0.05 0.09
HSL 173.51º 0.7% 0.69% -
HSV(B) 173.51º 0.48% 0.91% -
XYZ 49.11 66.26 77.22 -
YUV 196.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 120 231 219 0.48 0 0.05 0.09 173.51 0.7 0.69
Hex 78 E7 DB 30 0 5 9 AE 46 45
Octal 170 347 333 60 0 5 11 256 106 105
Binary 1111000 11100111 11011011 110000 0 101 1001 10101110 1000110 1000101

Color Harmonies of #78E7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E7DB

Black with #78E7DB

Text Example


Text Example

White with #78E7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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