Html Css Color HEX #78DDF2 Turquoise Blue

📋 copy color: '#78DDF2'

red 120 ◦ green 221 ◦ blue 242

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

Shades of Turquoise Blue #78DDF2

Tints of Turquoise Blue #78DDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 20.58%
G = 37.91%
B = 41.51%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78DDF2 (or 0x78DDF2) is known color: Turquoise Blue. HEX triplet: 78, DD and F2. RGB value is (120,221,242). Sum of RGB (Red+Green+Blue) = 120+221+242=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #78DDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDF2 is #87220D. Grayscale: #C1C1C1. Windows color (decimal): -8856078 or 15916408. OLE color: 15916408.

HSL color Cylindrical-coordinate representation of color #78DDF2: hue angle of 190.33º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78DDF2 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 221 242 -
CMYK 0.50 0.09 0 0.05
HSL 190.33º 0.82% 0.71% -
HSV(B) 190.33º 0.5% 0.95% -
XYZ 49.63 62.12 93.38 -
YUV 193.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 120 221 242 0.50 0.09 0 0.05 190.33 0.82 0.71
Hex 78 DD F2 32 9 0 5 BE 52 47
Octal 170 335 362 62 11 0 5 276 122 107
Binary 1111000 11011101 11110010 110010 1001 0 101 10111110 1010010 1000111

Color Harmonies of #78DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDF2

Black with #78DDF2

Text Example


Text Example

White with #78DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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