Html Css Color HEX #77DFF6 Turquoise Blue

📋 copy color: '#77DFF6'

red 119 ◦ green 223 ◦ blue 246

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

Shades of Turquoise Blue #77DFF6

Tints of Turquoise Blue #77DFF6

RGB

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

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

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

R = 20.24%
G = 37.93%
B = 41.84%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77DFF6 (or 0x77DFF6) is known color: Turquoise Blue. HEX triplet: 77, DF and F6. RGB value is (119,223,246). Sum of RGB (Red+Green+Blue) = 119+223+246=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #77DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFF6 is #882009. Grayscale: #C2C2C2. Windows color (decimal): -8921098 or 16179063. OLE color: 16179063.

HSL color Cylindrical-coordinate representation of color #77DFF6: hue angle of 190.87º 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 #77DFF6 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 223 246 -
CMYK 0.52 0.09 0 0.04
HSL 190.87º 0.88% 0.72% -
HSV(B) 190.87º 0.52% 0.96% -
XYZ 50.63 63.35 96.75 -
YUV 194.53 157.04 74.13 -
System Red Green Blue C M Y K H S L
Decimal 119 223 246 0.52 0.09 0 0.04 190.87 0.88 0.72
Hex 77 DF F6 34 9 0 4 BF 58 48
Octal 167 337 366 64 11 0 4 277 130 110
Binary 1110111 11011111 11110110 110100 1001 0 100 10111111 1011000 1001000

Color Harmonies of #77DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFF6

Black with #77DFF6

Text Example


Text Example

White with #77DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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