#77EEE7

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

Shades of Turquoise Blue #77EEE7

Tints of Turquoise Blue #77EEE7

Color information

#77EEE7 (or 0x77EEE7) is unknown color: approx Turquoise Blue. HEX triplet: 77, EE and E7. RGB value is (119,238,231). Sum of RGB (Red+Green+Blue) = 119+238+231=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEE7 is #881118. Grayscale: #C9C9C9. Windows color (decimal): -8917273 or 15199863. OLE color: 15199863.

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

Color convert

RGB119238231-
CMYK0.5000.030.07
HSL176.47º77.78%70%-
HSV(B)176.47º50%93.33%-
XYZ52.6170.8486.5-
YUV201.62144.5869.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.24%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 231 (90.62% from 255) = 39.29%
R=20.24%
G=40.48%
B=39.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192382310.5000.030.07176.4777.7870
Hex77EEE732037b04e46
Octal16735634762037260116106
Binary111011111101110111001111100100111111011000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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