Html Css Color HEX #79DFF1 Turquoise Blue

📋 copy color: '#79DFF1'

red 121 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #79DFF1

Tints of Turquoise Blue #79DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 20.68%
G = 38.12%
B = 41.2%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#79DFF1 (or 0x79DFF1) is known color: Turquoise Blue. HEX triplet: 79, DF and F1. RGB value is (121,223,241). Sum of RGB (Red+Green+Blue) = 121+223+241=585 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.68% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #79DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DFF1 is #86200E. Grayscale: #C2C2C2. Windows color (decimal): -8790031 or 15851385. OLE color: 15851385.

HSL color Cylindrical-coordinate representation of color #79DFF1: hue angle of 189º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79DFF1 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 223 241 -
CMYK 0.50 0.07 0 0.05
HSL 189º 0.81% 0.71% -
HSV(B) 189º 0.5% 0.95% -
XYZ 50.15 63.19 92.77 -
YUV 194.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 121 223 241 0.50 0.07 0 0.05 189 0.81 0.71
Hex 79 DF F1 32 7 0 5 BD 51 47
Octal 171 337 361 62 7 0 5 275 121 107
Binary 1111001 11011111 11110001 110010 111 0 101 10111101 1010001 1000111

Color Harmonies of #79DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DFF1

Black with #79DFF1

Text Example


Text Example

White with #79DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,223,241); }

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

background-color css

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

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

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

border-color css

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

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

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