Html Css Color HEX #77D9F7 Turquoise Blue

📋 copy color: '#77D9F7'

red 119 ◦ green 217 ◦ blue 247

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

Shades of Turquoise Blue #77D9F7

Tints of Turquoise Blue #77D9F7

RGB

 RED value IS 119 (46.88% from 255) = 20.41%

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 247 (96.88% from 255) = 42.37%

R = 20.41%
G = 37.22%
B = 42.37%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77D9F7 (or 0x77D9F7) is known color: Turquoise Blue. HEX triplet: 77, D9 and F7. RGB value is (119,217,247). Sum of RGB (Red+Green+Blue) = 119+217+247=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #77D9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D9F7 is #882608. Grayscale: #BEBEBE. Windows color (decimal): -8922633 or 16243063. OLE color: 16243063.

HSL color Cylindrical-coordinate representation of color #77D9F7: hue angle of 194.06º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D9F7 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 217 247 -
CMYK 0.52 0.12 0 0.03
HSL 194.06º 0.89% 0.72% -
HSV(B) 194.06º 0.52% 0.97% -
XYZ 49.21 60.26 97.03 -
YUV 191.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 119 217 247 0.52 0.12 0 0.03 194.06 0.89 0.72
Hex 77 D9 F7 34 C 0 3 C2 59 48
Octal 167 331 367 64 14 0 3 302 131 110
Binary 1110111 11011001 11110111 110100 1100 0 11 11000010 1011001 1001000

Color Harmonies of #77D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D9F7

Black with #77D9F7

Text Example


Text Example

White with #77D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77D9F7; }

 p { color: rgb(119,217,247); }

 H1.HeaderClassName
 {
   color: #77D9F7;
 }
 .AnyTagClassName
 {
   color: #77D9F7;
 }
</style>

background-color css

<style>
 a { background-color: #77D9F7; }

 a { background-color: rgb(119,217,247); }

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

border-color css

<style>
 span { border-color: #77D9F7; }

 span { border-color: rgb(119,217,247); }

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