Html Css Color HEX #79DEDE Turquoise Blue

📋 copy color: '#79DEDE'

red 121 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #79DEDE

Tints of Turquoise Blue #79DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 21.42%
G = 39.29%
B = 39.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79DEDE (or 0x79DEDE) is known color: Turquoise Blue. HEX triplet: 79, DE and DE. RGB value is (121,222,222). Sum of RGB (Red+Green+Blue) = 121+222+222=565 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.42% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #79DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DEDE is #862121. Grayscale: #BFBFBF. Windows color (decimal): -8790306 or 14605945. OLE color: 14605945.

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

Color convert

RGB 121 222 222 -
CMYK 0.45 0 0 0.13
HSL 180º 0.6% 0.67% -
HSV(B) 180º 0.45% 0.87% -
XYZ 47.19 61.58 78.51 -
YUV 191.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 121 222 222 0.45 0 0 0.13 180 0.6 0.67
Hex 79 DE DE 2D 0 0 D B4 3C 43
Octal 171 336 336 55 0 0 15 264 74 103
Binary 1111001 11011110 11011110 101101 0 0 1101 10110100 111100 1000011

Color Harmonies of #79DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DEDE

Black with #79DEDE

Text Example


Text Example

White with #79DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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