Html Css Color HEX #77DFE9 Turquoise Blue

📋 copy color: '#77DFE9'

red 119 ◦ green 223 ◦ blue 233

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

Shades of Turquoise Blue #77DFE9

Tints of Turquoise Blue #77DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.78%

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

R = 20.7%
G = 38.78%
B = 40.52%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#77DFE9 (or 0x77DFE9) is known color: Turquoise Blue. HEX triplet: 77, DF and E9. RGB value is (119,223,233). Sum of RGB (Red+Green+Blue) = 119+223+233=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #77DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFE9 is #882016. Grayscale: #C0C0C0. Windows color (decimal): -8921111 or 15327095. OLE color: 15327095.

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

Color convert

RGB 119 223 233 -
CMYK 0.49 0.04 0 0.09
HSL 185.26º 0.72% 0.69% -
HSV(B) 185.26º 0.49% 0.91% -
XYZ 48.7 62.58 86.6 -
YUV 193.04 150.54 75.19 -
System Red Green Blue C M Y K H S L
Decimal 119 223 233 0.49 0.04 0 0.09 185.26 0.72 0.69
Hex 77 DF E9 31 4 0 9 B9 48 45
Octal 167 337 351 61 4 0 11 271 110 105
Binary 1110111 11011111 11101001 110001 100 0 1001 10111001 1001000 1000101

Color Harmonies of #77DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFE9

Black with #77DFE9

Text Example


Text Example

White with #77DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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