Html Css Color HEX #77DFF9 Turquoise Blue

📋 copy color: '#77DFF9'

red 119 ◦ green 223 ◦ blue 249

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

Shades of Turquoise Blue #77DFF9

Tints of Turquoise Blue #77DFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 20.14%
G = 37.73%
B = 42.13%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77DFF9 (or 0x77DFF9) is known color: Turquoise Blue. HEX triplet: 77, DF and F9. RGB value is (119,223,249). Sum of RGB (Red+Green+Blue) = 119+223+249=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFF9 is #882006. Grayscale: #C2C2C2. Windows color (decimal): -8921095 or 16375671. OLE color: 16375671.

HSL color Cylindrical-coordinate representation of color #77DFF9: hue angle of 192º degrees, saturation: 0.92, 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 #77DFF9 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 223 249 -
CMYK 0.52 0.10 0 0.02
HSL 192º 0.92% 0.72% -
HSV(B) 192º 0.52% 0.98% -
XYZ 51.09 63.54 99.19 -
YUV 194.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 119 223 249 0.52 0.10 0 0.02 192 0.92 0.72
Hex 77 DF F9 34 A 0 2 C0 5C 48
Octal 167 337 371 64 12 0 2 300 134 110
Binary 1110111 11011111 11111001 110100 1010 0 10 11000000 1011100 1001000

Color Harmonies of #77DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFF9

Black with #77DFF9

Text Example


Text Example

White with #77DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,223,249); }

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

background-color css

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

 a { background-color: rgb(119,223,249); }

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

border-color css

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

 span { border-color: rgb(119,223,249); }

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