Html Css Color HEX #78DEDC Turquoise Blue

📋 copy color: '#78DEDC'

red 120 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #78DEDC

Tints of Turquoise Blue #78DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.5%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 21.35%
G = 39.5%
B = 39.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#78DEDC (or 0x78DEDC) is known color: Turquoise Blue. HEX triplet: 78, DE and DC. RGB value is (120,222,220). Sum of RGB (Red+Green+Blue) = 120+222+220=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #78DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DEDC is #872123. Grayscale: #BFBFBF. Windows color (decimal): -8855844 or 14474872. OLE color: 14474872.

HSL color Cylindrical-coordinate representation of color #78DEDC: hue angle of 178.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DEDC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 222 220 -
CMYK 0.46 0 0.01 0.13
HSL 178.82º 0.61% 0.67% -
HSV(B) 178.82º 0.46% 0.87% -
XYZ 46.79 61.4 77.1 -
YUV 191.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 120 222 220 0.46 0 0.01 0.13 178.82 0.61 0.67
Hex 78 DE DC 2E 0 1 D B3 3D 43
Octal 170 336 334 56 0 1 15 263 75 103
Binary 1111000 11011110 11011100 101110 0 1 1101 10110011 111101 1000011

Color Harmonies of #78DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DEDC

Black with #78DEDC

Text Example


Text Example

White with #78DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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