Html Css Color HEX #79DBDD Turquoise Blue

📋 copy color: '#79DBDD'

red 121 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #79DBDD

Tints of Turquoise Blue #79DBDD

RGB

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

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

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

R = 21.57%
G = 39.04%
B = 39.39%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79DBDD (or 0x79DBDD) is known color: Turquoise Blue. HEX triplet: 79, DB and DD. RGB value is (121,219,221). Sum of RGB (Red+Green+Blue) = 121+219+221=561 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.57% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #79DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DBDD is #862422. Grayscale: #BDBDBD. Windows color (decimal): -8791075 or 14539641. OLE color: 14539641.

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

Color convert

RGB 121 219 221 -
CMYK 0.45 0.01 0 0.13
HSL 181.2º 0.6% 0.67% -
HSV(B) 181.2º 0.45% 0.87% -
XYZ 46.27 59.95 77.54 -
YUV 189.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 121 219 221 0.45 0.01 0 0.13 181.2 0.6 0.67
Hex 79 DB DD 2D 1 0 D B5 3C 43
Octal 171 333 335 55 1 0 15 265 74 103
Binary 1111001 11011011 11011101 101101 1 0 1101 10110101 111100 1000011

Color Harmonies of #79DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DBDD

Black with #79DBDD

Text Example


Text Example

White with #79DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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