Html Css Color HEX #79DBDB Turquoise Blue

📋 copy color: '#79DBDB'

red 121 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #79DBDB

Tints of Turquoise Blue #79DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 21.65%
G = 39.18%
B = 39.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79DBDB (or 0x79DBDB) is known color: Turquoise Blue. HEX triplet: 79, DB and DB. RGB value is (121,219,219). Sum of RGB (Red+Green+Blue) = 121+219+219=559 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.65% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #79DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DBDB is #862424. Grayscale: #BDBDBD. Windows color (decimal): -8791077 or 14408569. OLE color: 14408569.

HSL color Cylindrical-coordinate representation of color #79DBDB: hue angle of 180º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DBDB is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 219 219 -
CMYK 0.45 0 0 0.14
HSL 180º 0.58% 0.67% -
HSV(B) 180º 0.45% 0.86% -
XYZ 46 59.84 76.14 -
YUV 189.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 121 219 219 0.45 0 0 0.14 180 0.58 0.67
Hex 79 DB DB 2D 0 0 E B4 3A 43
Octal 171 333 333 55 0 0 16 264 72 103
Binary 1111001 11011011 11011011 101101 0 0 1110 10110100 111010 1000011

Color Harmonies of #79DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DBDB

Black with #79DBDB

Text Example


Text Example

White with #79DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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