Html Css Color HEX #77DCE9 Turquoise Blue

📋 copy color: '#77DCE9'

red 119 ◦ green 220 ◦ blue 233

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

Shades of Turquoise Blue #77DCE9

Tints of Turquoise Blue #77DCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

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

R = 20.8%
G = 38.46%
B = 40.73%

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

#77DCE9 (or 0x77DCE9) is known color: Turquoise Blue. HEX triplet: 77, DC and E9. RGB value is (119,220,233). Sum of RGB (Red+Green+Blue) = 119+220+233=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #77DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCE9 is #882316. Grayscale: #BFBFBF. Windows color (decimal): -8921879 or 15326327. OLE color: 15326327.

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

Color convert

RGB 119 220 233 -
CMYK 0.49 0.06 0 0.09
HSL 186.84º 0.72% 0.69% -
HSV(B) 186.84º 0.49% 0.91% -
XYZ 47.91 60.99 86.34 -
YUV 191.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 119 220 233 0.49 0.06 0 0.09 186.84 0.72 0.69
Hex 77 DC E9 31 6 0 9 BB 48 45
Octal 167 334 351 61 6 0 11 273 110 105
Binary 1110111 11011100 11101001 110001 110 0 1001 10111011 1001000 1000101

Color Harmonies of #77DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCE9

Black with #77DCE9

Text Example


Text Example

White with #77DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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