Html Css Color HEX #77DAE9 Turquoise Blue

📋 copy color: '#77DAE9'

red 119 ◦ green 218 ◦ blue 233

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

Shades of Turquoise Blue #77DAE9

Tints of Turquoise Blue #77DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

 BLUE value IS 233 (91.41% from 255) = 40.88%

R = 20.88%
G = 38.25%
B = 40.88%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#77DAE9 (or 0x77DAE9) is known color: Turquoise Blue. HEX triplet: 77, DA and E9. RGB value is (119,218,233). Sum of RGB (Red+Green+Blue) = 119+218+233=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #77DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DAE9 is #882516. Grayscale: #BDBDBD. Windows color (decimal): -8922391 or 15325815. OLE color: 15325815.

HSL color Cylindrical-coordinate representation of color #77DAE9: hue angle of 187.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77DAE9 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 218 233 -
CMYK 0.49 0.06 0 0.09
HSL 187.89º 0.72% 0.69% -
HSV(B) 187.89º 0.49% 0.91% -
XYZ 47.39 59.95 86.16 -
YUV 190.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 119 218 233 0.49 0.06 0 0.09 187.89 0.72 0.69
Hex 77 DA E9 31 6 0 9 BC 48 45
Octal 167 332 351 61 6 0 11 274 110 105
Binary 1110111 11011010 11101001 110001 110 0 1001 10111100 1001000 1000101

Color Harmonies of #77DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAE9

Black with #77DAE9

Text Example


Text Example

White with #77DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,233); }

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

background-color css

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

 a { background-color: rgb(119,218,233); }

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

border-color css

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

 span { border-color: rgb(119,218,233); }

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