Html Css Color HEX #78D8EF Turquoise Blue

📋 copy color: '#78D8EF'

red 120 ◦ green 216 ◦ blue 239

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

Shades of Turquoise Blue #78D8EF

Tints of Turquoise Blue #78D8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 20.87%
G = 37.57%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#78D8EF (or 0x78D8EF) is known color: Turquoise Blue. HEX triplet: 78, D8 and EF. RGB value is (120,216,239). Sum of RGB (Red+Green+Blue) = 120+216+239=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #78D8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D8EF is #872710. Grayscale: #BDBDBD. Windows color (decimal): -8857361 or 15718520. OLE color: 15718520.

HSL color Cylindrical-coordinate representation of color #78D8EF: hue angle of 191.6º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78D8EF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 216 239 -
CMYK 0.50 0.10 0 0.06
HSL 191.6º 0.79% 0.7% -
HSV(B) 191.6º 0.5% 0.94% -
XYZ 47.88 59.34 90.59 -
YUV 189.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 120 216 239 0.50 0.10 0 0.06 191.6 0.79 0.7
Hex 78 D8 EF 32 A 0 6 C0 4F 46
Octal 170 330 357 62 12 0 6 300 117 106
Binary 1111000 11011000 11101111 110010 1010 0 110 11000000 1001111 1000110

Color Harmonies of #78D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D8EF

Black with #78D8EF

Text Example


Text Example

White with #78D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,216,239); }

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

background-color css

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

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

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

border-color css

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

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

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