Html Css Color HEX #79DDEA Turquoise Blue

📋 copy color: '#79DDEA'

red 121 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #79DDEA

Tints of Turquoise Blue #79DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 21.01%
G = 38.37%
B = 40.63%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#79DDEA (or 0x79DDEA) is known color: Turquoise Blue. HEX triplet: 79, DD and EA. RGB value is (121,221,234). Sum of RGB (Red+Green+Blue) = 121+221+234=576 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.01% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #79DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DDEA is #862215. Grayscale: #C0C0C0. Windows color (decimal): -8790550 or 15392121. OLE color: 15392121.

HSL color Cylindrical-coordinate representation of color #79DDEA: hue angle of 186.9º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79DDEA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 221 234 -
CMYK 0.48 0.06 0 0.08
HSL 186.9º 0.73% 0.7% -
HSV(B) 186.9º 0.48% 0.92% -
XYZ 48.59 61.72 87.19 -
YUV 192.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 121 221 234 0.48 0.06 0 0.08 186.9 0.73 0.7
Hex 79 DD EA 30 6 0 8 BB 49 46
Octal 171 335 352 60 6 0 10 273 111 106
Binary 1111001 11011101 11101010 110000 110 0 1000 10111011 1001001 1000110

Color Harmonies of #79DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DDEA

Black with #79DDEA

Text Example


Text Example

White with #79DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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