Html Css Color HEX #77DEF1 Turquoise Blue

📋 copy color: '#77DEF1'

red 119 ◦ green 222 ◦ blue 241

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

Shades of Turquoise Blue #77DEF1

Tints of Turquoise Blue #77DEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 20.45%
G = 38.14%
B = 41.41%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77DEF1 (or 0x77DEF1) is known color: Turquoise Blue. HEX triplet: 77, DE and F1. RGB value is (119,222,241). Sum of RGB (Red+Green+Blue) = 119+222+241=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #77DEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEF1 is #88210E. Grayscale: #C1C1C1. Windows color (decimal): -8921359 or 15851127. OLE color: 15851127.

HSL color Cylindrical-coordinate representation of color #77DEF1: hue angle of 189.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77DEF1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 222 241 -
CMYK 0.51 0.08 0 0.05
HSL 189.34º 0.81% 0.71% -
HSV(B) 189.34º 0.51% 0.95% -
XYZ 49.61 62.52 92.67 -
YUV 193.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 119 222 241 0.51 0.08 0 0.05 189.34 0.81 0.71
Hex 77 DE F1 33 8 0 5 BD 51 47
Octal 167 336 361 63 10 0 5 275 121 107
Binary 1110111 11011110 11110001 110011 1000 0 101 10111101 1010001 1000111

Color Harmonies of #77DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEF1

Black with #77DEF1

Text Example


Text Example

White with #77DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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