Html Css Color HEX #79DCDD Turquoise Blue

📋 copy color: '#79DCDD'

red 121 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #79DCDD

Tints of Turquoise Blue #79DCDD

RGB

 RED value IS 121 (47.66% from 255) = 21.53%

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

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

R = 21.53%
G = 39.15%
B = 39.32%

CMYK

 C value IS 0.45

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79DCDD (or 0x79DCDD) is known color: Turquoise Blue. HEX triplet: 79, DC and DD. RGB value is (121,220,221). Sum of RGB (Red+Green+Blue) = 121+220+221=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #79DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DCDD is #862322. Grayscale: #BEBEBE. Windows color (decimal): -8790819 or 14539897. OLE color: 14539897.

HSL color Cylindrical-coordinate representation of color #79DCDD: hue angle of 180.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DCDD is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 220 221 -
CMYK 0.45 0.00 0 0.13
HSL 180.6º 0.6% 0.67% -
HSV(B) 180.6º 0.45% 0.87% -
XYZ 46.53 60.47 77.63 -
YUV 190.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 121 220 221 0.45 0.00 0 0.13 180.6 0.6 0.67
Hex 79 DC DD 2D 0 0 D B5 3C 43
Octal 171 334 335 55 0 0 15 265 74 103
Binary 1111001 11011100 11011101 101101 0 0 1101 10110101 111100 1000011

Color Harmonies of #79DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DCDD

Black with #79DCDD

Text Example


Text Example

White with #79DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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