Html Css Color HEX #79E5DB Turquoise Blue

📋 copy color: '#79E5DB'

red 121 ◦ green 229 ◦ blue 219

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

Shades of Turquoise Blue #79E5DB

Tints of Turquoise Blue #79E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.25%

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

R = 21.27%
G = 40.25%
B = 38.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#79E5DB (or 0x79E5DB) is known color: Turquoise Blue. HEX triplet: 79, E5 and DB. RGB value is (121,229,219). Sum of RGB (Red+Green+Blue) = 121+229+219=569 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.27% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #79E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E5DB is #861A24. Grayscale: #C3C3C3. Windows color (decimal): -8788517 or 14411129. OLE color: 14411129.

HSL color Cylindrical-coordinate representation of color #79E5DB: hue angle of 174.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79E5DB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 229 219 -
CMYK 0.47 0 0.04 0.10
HSL 174.44º 0.68% 0.69% -
HSV(B) 174.44º 0.47% 0.9% -
XYZ 48.69 65.22 77.04 -
YUV 195.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 121 229 219 0.47 0 0.04 0.10 174.44 0.68 0.69
Hex 79 E5 DB 2F 0 4 A AE 44 45
Octal 171 345 333 57 0 4 12 256 104 105
Binary 1111001 11100101 11011011 101111 0 100 1010 10101110 1000100 1000101

Color Harmonies of #79E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79E5DB

Black with #79E5DB

Text Example


Text Example

White with #79E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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