Html Css Color HEX #78DDDD Turquoise Blue

📋 copy color: '#78DDDD'

red 120 ◦ green 221 ◦ blue 221

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

Shades of Turquoise Blue #78DDDD

Tints of Turquoise Blue #78DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.32%

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

R = 21.35%
G = 39.32%
B = 39.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78DDDD (or 0x78DDDD) is known color: Turquoise Blue. HEX triplet: 78, DD and DD. RGB value is (120,221,221). Sum of RGB (Red+Green+Blue) = 120+221+221=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #78DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDDD is #872222. Grayscale: #BEBEBE. Windows color (decimal): -8856099 or 14540152. OLE color: 14540152.

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

Color convert

RGB 120 221 221 -
CMYK 0.46 0 0 0.13
HSL 180º 0.6% 0.67% -
HSV(B) 180º 0.46% 0.87% -
XYZ 46.65 60.93 77.71 -
YUV 190.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 120 221 221 0.46 0 0 0.13 180 0.6 0.67
Hex 78 DD DD 2E 0 0 D B4 3C 43
Octal 170 335 335 56 0 0 15 264 74 103
Binary 1111000 11011101 11011101 101110 0 0 1101 10110100 111100 1000011

Color Harmonies of #78DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDDD

Black with #78DDDD

Text Example


Text Example

White with #78DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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