Html Css Color HEX #79DDDE Turquoise Blue

📋 copy color: '#79DDDE'

red 121 ◦ green 221 ◦ blue 222

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

Shades of Turquoise Blue #79DDDE

Tints of Turquoise Blue #79DDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 21.45%
G = 39.18%
B = 39.36%

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

#79DDDE (or 0x79DDDE) is known color: Turquoise Blue. HEX triplet: 79, DD and DE. RGB value is (121,221,222). Sum of RGB (Red+Green+Blue) = 121+221+222=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #79DDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDDE is #862221. Grayscale: #BFBFBF. Windows color (decimal): -8790562 or 14605689. OLE color: 14605689.

HSL color Cylindrical-coordinate representation of color #79DDDE: 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.45%. Process color model (Four color, CMYK) of #79DDDE is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 221 222 -
CMYK 0.45 0.00 0 0.13
HSL 180.59º 0.6% 0.67% -
HSV(B) 180.59º 0.45% 0.87% -
XYZ 46.93 61.05 78.42 -
YUV 191.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 121 221 222 0.45 0.00 0 0.13 180.59 0.6 0.67
Hex 79 DD DE 2D 0 0 D B5 3C 43
Octal 171 335 336 55 0 0 15 265 74 103
Binary 1111001 11011101 11011110 101101 0 0 1101 10110101 111100 1000011

Color Harmonies of #79DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DDDE

Black with #79DDDE

Text Example


Text Example

White with #79DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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