Html Css Color HEX #78DCDD Turquoise Blue

📋 copy color: '#78DCDD'

red 120 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #78DCDD

Tints of Turquoise Blue #78DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 21.39%
G = 39.22%
B = 39.39%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78DCDD (or 0x78DCDD) is known color: Turquoise Blue. HEX triplet: 78, DC and DD. RGB value is (120,220,221). Sum of RGB (Red+Green+Blue) = 120+220+221=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #78DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCDD is #872322. Grayscale: #BEBEBE. Windows color (decimal): -8856355 or 14539896. OLE color: 14539896.

HSL color Cylindrical-coordinate representation of color #78DCDD: hue angle of 180.59º degrees, saturation: 0.6, 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 #78DCDD is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 220 221 -
CMYK 0.46 0.00 0 0.13
HSL 180.59º 0.6% 0.67% -
HSV(B) 180.59º 0.46% 0.87% -
XYZ 46.39 60.4 77.62 -
YUV 190.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 120 220 221 0.46 0.00 0 0.13 180.59 0.6 0.67
Hex 78 DC DD 2E 0 0 D B5 3C 43
Octal 170 334 335 56 0 0 15 265 74 103
Binary 1111000 11011100 11011101 101110 0 0 1101 10110101 111100 1000011

Color Harmonies of #78DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCDD

Black with #78DCDD

Text Example


Text Example

White with #78DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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