Html Css Color HEX #77DBEE Turquoise Blue

📋 copy color: '#77DBEE'

red 119 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #77DBEE

Tints of Turquoise Blue #77DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 20.66%
G = 38.02%
B = 41.32%

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

#77DBEE (or 0x77DBEE) is known color: Turquoise Blue. HEX triplet: 77, DB and EE. RGB value is (119,219,238). Sum of RGB (Red+Green+Blue) = 119+219+238=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #77DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBEE is #882411. Grayscale: #BFBFBF. Windows color (decimal): -8922130 or 15653751. OLE color: 15653751.

HSL color Cylindrical-coordinate representation of color #77DBEE: hue angle of 189.58º degrees, saturation: 0.78, 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 #77DBEE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 219 238 -
CMYK 0.50 0.08 0 0.07
HSL 189.58º 0.78% 0.7% -
HSV(B) 189.58º 0.5% 0.93% -
XYZ 48.37 60.76 90.07 -
YUV 191.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 119 219 238 0.50 0.08 0 0.07 189.58 0.78 0.7
Hex 77 DB EE 32 8 0 7 BE 4E 46
Octal 167 333 356 62 10 0 7 276 116 106
Binary 1110111 11011011 11101110 110010 1000 0 111 10111110 1001110 1000110

Color Harmonies of #77DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBEE

Black with #77DBEE

Text Example


Text Example

White with #77DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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