Html Css Color HEX #77DBF6 Turquoise Blue

📋 copy color: '#77DBF6'

red 119 ◦ green 219 ◦ blue 246

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

Shades of Turquoise Blue #77DBF6

Tints of Turquoise Blue #77DBF6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 20.38%
G = 37.5%
B = 42.12%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77DBF6 (or 0x77DBF6) is known color: Turquoise Blue. HEX triplet: 77, DB and F6. RGB value is (119,219,246). Sum of RGB (Red+Green+Blue) = 119+219+246=584 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.38% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #77DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBF6 is #882409. Grayscale: #BFBFBF. Windows color (decimal): -8922122 or 16178039. OLE color: 16178039.

HSL color Cylindrical-coordinate representation of color #77DBF6: hue angle of 192.76º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DBF6 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 219 246 -
CMYK 0.52 0.11 0 0.04
HSL 192.76º 0.88% 0.72% -
HSV(B) 192.76º 0.52% 0.96% -
XYZ 49.57 61.24 96.4 -
YUV 192.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 119 219 246 0.52 0.11 0 0.04 192.76 0.88 0.72
Hex 77 DB F6 34 B 0 4 C1 58 48
Octal 167 333 366 64 13 0 4 301 130 110
Binary 1110111 11011011 11110110 110100 1011 0 100 11000001 1011000 1001000

Color Harmonies of #77DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBF6

Black with #77DBF6

Text Example


Text Example

White with #77DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,219,246); }

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

background-color css

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

 a { background-color: rgb(119,219,246); }

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

border-color css

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

 span { border-color: rgb(119,219,246); }

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