#77eee4

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

Shades of Turquoise Blue #77EEE4

Tints of Turquoise Blue #77EEE4

Color information

#77EEE4 (or 0x77EEE4) is unknown color: approx Turquoise Blue. HEX triplet: 77, EE and E4. RGB value is (119,238,228). Sum of RGB (Red+Green+Blue) = 119+238+228=585 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.34% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEE4 is #88111B. Grayscale: #C9C9C9. Windows color (decimal): -8917276 or 15003255. OLE color: 15003255.

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

Color convert

RGB119238228-
CMYK0.5000.040.07
HSL174.96º77.78%70%-
HSV(B)174.96º50%93.33%-
XYZ52.1970.6784.29-
YUV201.28143.0869.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.34%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=20.34%
G=40.68%
B=38.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192382280.5000.040.07174.9677.7870
Hex77EEE432047af4e46
Octal16735634462047257116106
Binary1110111111011101110010011001001001111010111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77eee4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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