Html Css Color HEX #77DBED Turquoise Blue

📋 copy color: '#77DBED'

red 119 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #77DBED

Tints of Turquoise Blue #77DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 20.7%
G = 38.09%
B = 41.22%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77DBED (or 0x77DBED) is known color: Turquoise Blue. HEX triplet: 77, DB and ED. RGB value is (119,219,237). Sum of RGB (Red+Green+Blue) = 119+219+237=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #77DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBED is #882412. Grayscale: #BEBEBE. Windows color (decimal): -8922131 or 15588215. OLE color: 15588215.

HSL color Cylindrical-coordinate representation of color #77DBED: hue angle of 189.15º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77DBED is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 219 237 -
CMYK 0.50 0.08 0 0.07
HSL 189.15º 0.77% 0.7% -
HSV(B) 189.15º 0.5% 0.93% -
XYZ 48.23 60.7 89.3 -
YUV 191.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 119 219 237 0.50 0.08 0 0.07 189.15 0.77 0.7
Hex 77 DB ED 32 8 0 7 BD 4D 46
Octal 167 333 355 62 10 0 7 275 115 106
Binary 1110111 11011011 11101101 110010 1000 0 111 10111101 1001101 1000110

Color Harmonies of #77DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBED

Black with #77DBED

Text Example


Text Example

White with #77DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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