#77E2FC

Color #77E2FC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #77E2FC

Tints of Turquoise Blue #77E2FC

Color information

#77E2FC (or 0x77E2FC) is unknown color: approx Turquoise Blue. HEX triplet: 77, E2 and FC. RGB value is (119,226,252). Sum of RGB (Red+Green+Blue) = 119+226+252=597 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.93% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #77E2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E2FC is #881D03. Grayscale: #C4C4C4. Windows color (decimal): -8920324 or 16573047. OLE color: 16573047.

HSL color Cylindrical-coordinate representation of color #77E2FC: hue angle of 191.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77E2FC is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119226252-
CMYK0.530.1000.01
HSL191.73º95.68%72.75%-
HSV(B)191.73º52.78%98.82%-
XYZ52.3765.34101.95-
YUV196.97159.0572.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.93%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=19.93%
G=37.86%
B=42.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192262520.530.1000.01191.7395.6872.75
Hex77E2FC35A01c06049
Octal167342374651201300140111
Binary111011111100010111111001101011010011100000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,226,252); }

 H1.HeaderClassName
 {
   color: #77E2FC;
 }
 .AnyTagClassName
 {
   color: #77E2FC;
 }
</style>
background-color css

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

 a { background-color: rgb(119,226,252); }

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

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

 span { border-color: rgb(119,226,252); }

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