Html Css Color HEX #77DEEF Turquoise Blue

📋 copy color: '#77DEEF'

red 119 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #77DEEF

Tints of Turquoise Blue #77DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 20.52%
G = 38.28%
B = 41.21%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77DEEF (or 0x77DEEF) is known color: Turquoise Blue. HEX triplet: 77, DE and EF. RGB value is (119,222,239). Sum of RGB (Red+Green+Blue) = 119+222+239=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #77DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEEF is #882110. Grayscale: #C0C0C0. Windows color (decimal): -8921361 or 15720055. OLE color: 15720055.

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

Color convert

RGB 119 222 239 -
CMYK 0.50 0.07 0 0.06
HSL 188.5º 0.79% 0.7% -
HSV(B) 188.5º 0.5% 0.94% -
XYZ 49.31 62.4 91.11 -
YUV 193.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 119 222 239 0.50 0.07 0 0.06 188.5 0.79 0.7
Hex 77 DE EF 32 7 0 6 BC 4F 46
Octal 167 336 357 62 7 0 6 274 117 106
Binary 1110111 11011110 11101111 110010 111 0 110 10111100 1001111 1000110

Color Harmonies of #77DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEEF

Black with #77DEEF

Text Example


Text Example

White with #77DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,222,239); }

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

background-color css

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

 a { background-color: rgb(119,222,239); }

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

border-color css

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

 span { border-color: rgb(119,222,239); }

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