#05E7BE

Color #05E7BE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05E7BE

Tints of Bright Turquoise #05E7BE

Color information

#05E7BE (or 0x05E7BE) is unknown color: approx Bright Turquoise. HEX triplet: 05, E7 and BE. RGB value is (5,231,190). Sum of RGB (Red+Green+Blue) = 5+231+190=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #05E7BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E7BE is #FA1841. Grayscale: #9E9E9E. Windows color (decimal): -16390210 or 12510981. OLE color: 12510981.

HSL color Cylindrical-coordinate representation of color #05E7BE: hue angle of 169.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E7BE is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB5231190-
CMYK0.9800.180.09
HSL169.12º95.76%46.27%-
HSV(B)169.12º97.84%90.59%-
XYZ37.9360.958.47-
YUV158.75145.6318.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.17%
GREEN value IS 231 (90.62% from 255) = 54.23%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=1.17%
G=54.23%
B=44.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52311900.9800.180.09169.1295.7646.27
Hex5E7BE620129a9602e
Octal53472761420221125114056
Binary101111001111011111011000100100101001101010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E7BE; }

 p { color: rgb(5,231,190); }

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

<style>
 a { background-color: #05E7BE; }

 a { background-color: rgb(5,231,190); }

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

<style>
 span { border-color: #05E7BE; }

 span { border-color: rgb(5,231,190); }

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