Html Css Color HEX #79DEDB Turquoise Blue

📋 copy color: '#79DEDB'

red 121 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #79DEDB

Tints of Turquoise Blue #79DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.5%

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 21.53%
G = 39.5%
B = 38.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#79DEDB (or 0x79DEDB) is known color: Turquoise Blue. HEX triplet: 79, DE and DB. RGB value is (121,222,219). Sum of RGB (Red+Green+Blue) = 121+222+219=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #79DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DEDB is #862124. Grayscale: #BFBFBF. Windows color (decimal): -8790309 or 14409337. OLE color: 14409337.

HSL color Cylindrical-coordinate representation of color #79DEDB: hue angle of 178.22º 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 #79DEDB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 222 219 -
CMYK 0.45 0 0.01 0.13
HSL 178.22º 0.6% 0.67% -
HSV(B) 178.22º 0.45% 0.87% -
XYZ 46.79 61.42 76.41 -
YUV 191.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 121 222 219 0.45 0 0.01 0.13 178.22 0.6 0.67
Hex 79 DE DB 2D 0 1 D B2 3C 43
Octal 171 336 333 55 0 1 15 262 74 103
Binary 1111001 11011110 11011011 101101 0 1 1101 10110010 111100 1000011

Color Harmonies of #79DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DEDB

Black with #79DEDB

Text Example


Text Example

White with #79DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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