Html Css Color HEX #77DFF4 Turquoise Blue

📋 copy color: '#77DFF4'

red 119 ◦ green 223 ◦ blue 244

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

Shades of Turquoise Blue #77DFF4

Tints of Turquoise Blue #77DFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.64%

R = 20.31%
G = 38.05%
B = 41.64%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77DFF4 (or 0x77DFF4) is known color: Turquoise Blue. HEX triplet: 77, DF and F4. RGB value is (119,223,244). Sum of RGB (Red+Green+Blue) = 119+223+244=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #77DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFF4 is #88200B. Grayscale: #C2C2C2. Windows color (decimal): -8921100 or 16047991. OLE color: 16047991.

HSL color Cylindrical-coordinate representation of color #77DFF4: hue angle of 190.08º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77DFF4 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 223 244 -
CMYK 0.51 0.09 0 0.04
HSL 190.08º 0.85% 0.71% -
HSV(B) 190.08º 0.51% 0.96% -
XYZ 50.32 63.23 95.14 -
YUV 194.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 119 223 244 0.51 0.09 0 0.04 190.08 0.85 0.71
Hex 77 DF F4 33 9 0 4 BE 55 47
Octal 167 337 364 63 11 0 4 276 125 107
Binary 1110111 11011111 11110100 110011 1001 0 100 10111110 1010101 1000111

Color Harmonies of #77DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFF4

Black with #77DFF4

Text Example


Text Example

White with #77DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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