Html Css Color HEX #77DCFA Turquoise Blue

📋 copy color: '#77DCFA'

red 119 ◦ green 220 ◦ blue 250

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

Shades of Turquoise Blue #77DCFA

Tints of Turquoise Blue #77DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 20.2%
G = 37.35%
B = 42.44%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77DCFA (or 0x77DCFA) is known color: Turquoise Blue. HEX triplet: 77, DC and FA. RGB value is (119,220,250). Sum of RGB (Red+Green+Blue) = 119+220+250=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #77DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCFA is #882305. Grayscale: #C0C0C0. Windows color (decimal): -8921862 or 16440439. OLE color: 16440439.

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

Color convert

RGB 119 220 250 -
CMYK 0.52 0.12 0 0.02
HSL 193.74º 0.93% 0.72% -
HSV(B) 193.74º 0.52% 0.98% -
XYZ 50.46 62.01 99.75 -
YUV 193.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 119 220 250 0.52 0.12 0 0.02 193.74 0.93 0.72
Hex 77 DC FA 34 C 0 2 C2 5D 48
Octal 167 334 372 64 14 0 2 302 135 110
Binary 1110111 11011100 11111010 110100 1100 0 10 11000010 1011101 1001000

Color Harmonies of #77DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCFA

Black with #77DCFA

Text Example


Text Example

White with #77DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,220,250); }

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

background-color css

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

 a { background-color: rgb(119,220,250); }

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

border-color css

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

 span { border-color: rgb(119,220,250); }

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